Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: chromeos/test/data/network/repaired_toplevel_partially_invalid.onc

Issue 14192017: Extract certificate policy application from NetworkLibrary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/test/data/network/invalid_settings_with_repairs.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/repaired_toplevel_partially_invalid.onc
diff --git a/chromeos/test/data/network/toplevel_partially_invalid.onc b/chromeos/test/data/network/repaired_toplevel_partially_invalid.onc
similarity index 96%
copy from chromeos/test/data/network/toplevel_partially_invalid.onc
copy to chromeos/test/data/network/repaired_toplevel_partially_invalid.onc
index bdfd80efe5ca27cce3c9df255bc10e14424c3342..7758838c39606f5169d7f928487aaeac88ca0895 100644
--- a/chromeos/test/data/network/toplevel_partially_invalid.onc
+++ b/chromeos/test/data/network/repaired_toplevel_partially_invalid.onc
@@ -15,26 +15,19 @@
"OpenVPN": {
"Port": 1194,
"Username": "abc ${LOGIN_ID} def",
- "Recommended": [ "Username", "Password", "UNKNOWN_FIELD" ],
+ "Recommended": [ "Username", "Password" ],
"ClientCertType": "Pattern",
"ClientCertPattern": {
"IssuerCARef": [ "openvpn-test-ca" ],
"Recommended": [ "EnrollmentURI", "IssuerCARef" ]
}
},
- "UNKNOWN_FIELD" : "abcdef",
"IPsec": {
"AuthenticationType": "PSK",
"PSK": "sharedkey",
"IKEVersion": 1
}
}
- },
- { "GUID": "guid",
- "Name": "name",
- "Ethernet": {
- "Authentication": "None"
- }
}
],
"Certificates": [
« no previous file with comments | « chromeos/test/data/network/invalid_settings_with_repairs.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698