Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chromeos / test / data / network / settings_with_normalization.json
blob4cdbbdc6df790b2a5d57944f10b6639cd79cf038
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     },
22     "ethernet-and-vpn": {
23         "Recommended": [],
24         "GUID": "guid",
25         "Type": "Ethernet",
26         "Name": "name",
27         "Ethernet": {
28             "Authentication": "None"
29         },
30         "VPN": {
31             "Type": "L2TP-IPsec",
32             "Host": "some.host.org",
33             "IPsec": {
34                 "AuthenticationType": "PSK",
35                 "IKEVersion": 1,
36                 "PSK": "some_preshared_key",
37                 "SaveCredentials": true
38             },
39             "L2TP": {
40                 "Username": "some username",
41                 "Password": "some password"
42             }
43         }
44     },
45     "ethernet-and-vpn-normalized": {
46         "GUID": "guid",
47         "Type": "Ethernet",
48         "Name": "name",
49         "Ethernet": {
50             "Authentication": "None"
51         }
52     },
53     "wifi": {
54       "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
55       "Type": "WiFi",
56       "Name": "SomeWifi-XY",
57       "WiFi": {
58         "SSID": "SomeWifi-XY",
59         "Security": "None",
60         "Recommended": [ "AutoConnect" ]
61       }
62     },
63     "wifi-normalized": {
64       "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
65       "Type": "WiFi",
66       "Name": "SomeWifi-XY",
67       "WiFi": {
68         "SSID": "SomeWifi-XY",
69         "HexSSID": "536F6D65576966692D5859",
70         "Security": "None"
71       }
72     }