Chromium Code Reviews| Index: chrome/test/data/chromeos/network_settings/normalize.json |
| diff --git a/chrome/test/data/chromeos/network_settings/normalize.json b/chrome/test/data/chromeos/network_settings/normalize.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..08a78a43085b12cec27d3b30fd4742966ba2da0a |
| --- /dev/null |
| +++ b/chrome/test/data/chromeos/network_settings/normalize.json |
| @@ -0,0 +1,33 @@ |
| +{ |
|
Mattias Nissler (ping if slow)
2012/11/02 10:10:00
"normalize.json" is a curious name. If this is the
pneubeck (no reviews)
2012/11/05 12:04:48
It contains both. Renamed to "settings_with_normal
|
| + "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" |
| + } |
| + }, |
| +} |