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

Side by Side Diff: chromeos/test/data/network/invalid_settings_with_repairs.json

Issue 14192017: Extract certificate policy application from NetworkLibrary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "managed-network-repaired": { 2 "managed-network-repaired": {
3 "Recommended": [], 3 "Recommended": [],
4 "GUID": "guid", 4 "GUID": "guid",
5 "Type": "Ethernet", 5 "Type": "Ethernet",
6 "Name": "name", 6 "Name": "name",
7 "Ethernet": { 7 "Ethernet": {
8 "Authentication": "None" 8 "Authentication": "None"
9 } 9 }
10 }, 10 },
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 [ { "TrustBits": ["Web"], 264 [ { "TrustBits": ["Web"],
265 "GUID": "1", 265 "GUID": "1",
266 "Type": "Authority", 266 "Type": "Authority",
267 "X509": "abc" }, 267 "X509": "abc" },
268 { "GUID": "2", 268 { "GUID": "2",
269 "Type": "Server", 269 "Type": "Server",
270 "X509": "abc" }, 270 "X509": "abc" },
271 { "GUID": "3", 271 { "GUID": "3",
272 "PKCS12": "abc" , 272 "PKCS12": "abc" ,
273 "Type": "Client" } ] 273 "Type": "Client" } ]
274 },
275 "toplevel-with-repaired-networks": {
276 "NetworkConfigurations":
277 [ { "GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
278 "Type": "WiFi",
279 "Name": "My WiFi Network",
280 "WiFi": {
281 "SSID": "ssid-none",
282 "Security": "None" }
283 },
284 { "GUID": "{485d6076-dd44-6b6d-69787465725f5046}",
285 "Type": "WiFi",
286 "Name": "My WiFi Network2",
287 "WiFi": {
288 "Passphrase": "12345678",
289 "SSID": "ssid-wpa",
290 "Security": "WPA-PSK" }
291 }
292 ],
293 "Certificates": [],
294 "Type": "UnencryptedConfiguration",
295 },
296 "toplevel-with-repairable-networks": {
297 "NetworkConfigurations":
298 [ { "GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
299 "Type": "WiFi",
300 "Name": "My WiFi Network",
301 "UnknownField1": "Value1",
302 "UnknownField2": {
303 "UnknownSubField": "Value2" },
304 "WiFi": {
305 "SSID": "ssid-none",
306 "Security": "None" }
307 },
308 { "GUID": "{485d6076-dd44-6b6d-69787465725f5046}",
309 "Type": "WiFi",
310 "Name": "My WiFi Network2",
311 "WiFi": {
312 "Passphrase": "12345678",
313 "SSID": "ssid-wpa",
314 "UnknownField1": "Value1",
315 "Security": "WPA-PSK" }
316 }
317 ],
318 "Certificates": [],
319 "Type": "UnencryptedConfiguration",
320 "UnknownField3": [],
274 } 321 }
275 } 322 }
OLDNEW
« no previous file with comments | « chromeos/network/onc/onc_validator_unittest.cc ('k') | chromeos/test/data/network/repaired_toplevel_partially_invalid.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698