Add git cl format presubmit warning for extension and apps.
[chromium-blink-merge.git] / chromeos / test / data / network / settings_with_normalization.json
blob08a78a43085b12cec27d3b30fd4742966ba2da0a
2     "ethernet-and-vpn": {
3         "Recommended": [],
4         "GUID": "guid",
5         "Type": "Ethernet",
6         "Name": "name",
7         "Ethernet": {
8             "Authentication": "None"
9         },
10         "VPN": {
11             "Type": "L2TP-IPsec",
12             "Host": "some.host.org",
13             "IPsec": {
14                 "AuthenticationType": "PSK",
15                 "IKEVersion": 1,
16                 "PSK": "some_preshared_key",
17                 "SaveCredentials": true
18             },
19             "L2TP": {
20                 "Username": "some username",
21                 "Password": "some password"
22             }
23         }
24     },
25     "ethernet-and-vpn-normalized": {
26         "GUID": "guid",
27         "Type": "Ethernet",
28         "Name": "name",
29         "Ethernet": {
30             "Authentication": "None"
31         }
32     },