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

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

Issue 1019033002: Add an ONC property for the third-party VPN provider extension ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed browser tests. Created 5 years, 9 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
OLDNEW
1 { 1 {
2 "duplicate-network-guid": { 2 "duplicate-network-guid": {
3 "NetworkConfigurations": [ 3 "NetworkConfigurations": [
4 { 4 {
5 "GUID": "1", 5 "GUID": "1",
6 "Type": "WiFi", 6 "Type": "WiFi",
7 "Name": "My WiFi Network", 7 "Name": "My WiFi Network",
8 "WiFi": { 8 "WiFi": {
9 "Passphrase": "dummy", 9 "Passphrase": "dummy",
10 "SSID": "dummySSID", 10 "SSID": "dummySSID",
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 "Host": "host", 389 "Host": "host",
390 "Type": "OpenVPN", 390 "Type": "OpenVPN",
391 "OpenVPN": { 391 "OpenVPN": {
392 "ClientCertType": "None", 392 "ClientCertType": "None",
393 "VerifyX509": { 393 "VerifyX509": {
394 "Type": "unknown type" 394 "Type": "unknown type"
395 } 395 }
396 } 396 }
397 } 397 }
398 }, 398 },
399 "third-party-vpn-missing-extension-id": {
400 "GUID": "guid",
401 "Name": "third-party VPN",
402 "Type": "VPN",
403 "VPN": {
404 "Type": "ThirdPartyVPN",
405 "ThirdPartyVPN": { }
406 }
407 },
399 "toplevel-empty": { 408 "toplevel-empty": {
400 "Type": "UnencryptedConfiguration", 409 "Type": "UnencryptedConfiguration",
401 "NetworkConfigurations": [ ] 410 "NetworkConfigurations": [ ]
402 }, 411 },
403 "toplevel-repaired": { 412 "toplevel-repaired": {
404 "Type": "UnencryptedConfiguration", 413 "Type": "UnencryptedConfiguration",
405 "NetworkConfigurations": 414 "NetworkConfigurations":
406 [ { "GUID": "guid", 415 [ { "GUID": "guid",
407 "Type": "Ethernet", 416 "Type": "Ethernet",
408 "Name": "eth0", 417 "Name": "eth0",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 "SSID": "ssid-wpa", 531 "SSID": "ssid-wpa",
523 "UnknownField1": "Value1", 532 "UnknownField1": "Value1",
524 "Security": "WPA-PSK" } 533 "Security": "WPA-PSK" }
525 } 534 }
526 ], 535 ],
527 "Certificates": [], 536 "Certificates": [],
528 "Type": "UnencryptedConfiguration", 537 "Type": "UnencryptedConfiguration",
529 "UnknownField3": [], 538 "UnknownField3": [],
530 } 539 }
531 } 540 }
OLDNEW
« no previous file with comments | « chromeos/network/onc/onc_validator_unittest.cc ('k') | chromeos/test/data/network/shill_output_third_party_vpn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698