| Index: chrome/test/data/chromeos/network_settings/settings_with_normalization.json
|
| diff --git a/chrome/test/data/chromeos/network_settings/settings_with_normalization.json b/chrome/test/data/chromeos/network_settings/settings_with_normalization.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..08a78a43085b12cec27d3b30fd4742966ba2da0a
|
| --- /dev/null
|
| +++ b/chrome/test/data/chromeos/network_settings/settings_with_normalization.json
|
| @@ -0,0 +1,33 @@
|
| +{
|
| + "ethernet-and-vpn": {
|
| + "Recommended": [],
|
| + "GUID": "guid",
|
| + "Type": "Ethernet",
|
| + "Name": "name",
|
| + "Ethernet": {
|
| + "Authentication": "None"
|
| + },
|
| + "VPN": {
|
| + "Type": "L2TP-IPsec",
|
| + "Host": "some.host.org",
|
| + "IPsec": {
|
| + "AuthenticationType": "PSK",
|
| + "IKEVersion": 1,
|
| + "PSK": "some_preshared_key",
|
| + "SaveCredentials": true
|
| + },
|
| + "L2TP": {
|
| + "Username": "some username",
|
| + "Password": "some password"
|
| + }
|
| + }
|
| + },
|
| + "ethernet-and-vpn-normalized": {
|
| + "GUID": "guid",
|
| + "Type": "Ethernet",
|
| + "Name": "name",
|
| + "Ethernet": {
|
| + "Authentication": "None"
|
| + }
|
| + },
|
| +}
|
|
|