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

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

Issue 749013003: ONC: Add IPAddressConfigType and NameServersConfigType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alywas use empty dictionary to clear StaticIPConfig properties Created 5 years, 11 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 "irrelevant-staticipconfig": {
3 "GUID": "guid",
4 "Type": "Ethernet",
5 "Name": "name",
6 "Ethernet": {
7 "Authentication": "None"
8 },
9 "StaticIPConfig": {
10 "Gateway":"1.1.1.1",
11 "IPAddress": "127.0.0.1"
12 }
13 },
14 "irrelevant-staticipconfig-normalized": {
15 "GUID": "guid",
16 "Type": "Ethernet",
17 "Name": "name",
18 "Ethernet": {
19 "Authentication": "None"
20 }
21 },
2 "ethernet-and-vpn": { 22 "ethernet-and-vpn": {
3 "Recommended": [], 23 "Recommended": [],
4 "GUID": "guid", 24 "GUID": "guid",
5 "Type": "Ethernet", 25 "Type": "Ethernet",
6 "Name": "name", 26 "Name": "name",
7 "Ethernet": { 27 "Ethernet": {
8 "Authentication": "None" 28 "Authentication": "None"
9 }, 29 },
10 "VPN": { 30 "VPN": {
11 "Type": "L2TP-IPsec", 31 "Type": "L2TP-IPsec",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", 64 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
45 "Type": "WiFi", 65 "Type": "WiFi",
46 "Name": "SomeWifi-XY", 66 "Name": "SomeWifi-XY",
47 "WiFi": { 67 "WiFi": {
48 "SSID": "SomeWifi-XY", 68 "SSID": "SomeWifi-XY",
49 "HexSSID": "536F6D65576966692D5859", 69 "HexSSID": "536F6D65576966692D5859",
50 "Security": "None" 70 "Security": "None"
51 } 71 }
52 } 72 }
53 } 73 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/managed_toplevel1.onc ('k') | chromeos/test/data/network/shill_wifi_dhcp.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698