| Index: chromeos/test/data/network/settings_with_normalization.json
|
| diff --git a/chromeos/test/data/network/settings_with_normalization.json b/chromeos/test/data/network/settings_with_normalization.json
|
| index 7038e5961db0b974c6b01305f49fe5011dbf6712..4cdbbdc6df790b2a5d57944f10b6639cd79cf038 100644
|
| --- a/chromeos/test/data/network/settings_with_normalization.json
|
| +++ b/chromeos/test/data/network/settings_with_normalization.json
|
| @@ -1,4 +1,24 @@
|
| {
|
| + "irrelevant-staticipconfig": {
|
| + "GUID": "guid",
|
| + "Type": "Ethernet",
|
| + "Name": "name",
|
| + "Ethernet": {
|
| + "Authentication": "None"
|
| + },
|
| + "StaticIPConfig": {
|
| + "Gateway":"1.1.1.1",
|
| + "IPAddress": "127.0.0.1"
|
| + }
|
| + },
|
| + "irrelevant-staticipconfig-normalized": {
|
| + "GUID": "guid",
|
| + "Type": "Ethernet",
|
| + "Name": "name",
|
| + "Ethernet": {
|
| + "Authentication": "None"
|
| + }
|
| + },
|
| "ethernet-and-vpn": {
|
| "Recommended": [],
|
| "GUID": "guid",
|
|
|