Index: chromeos/test/data/network/shill_ethernet_with_ipconfig.json |
diff --git a/chromeos/test/data/network/shill_ethernet_with_ipconfig.json b/chromeos/test/data/network/shill_ethernet_with_ipconfig.json |
index 3eae24ef2eada98de9543a0bd1e7021e2f864ef6..a451a6b53358622858d56e1edb315dd72409f9d3 100644 |
--- a/chromeos/test/data/network/shill_ethernet_with_ipconfig.json |
+++ b/chromeos/test/data/network/shill_ethernet_with_ipconfig.json |
@@ -9,7 +9,8 @@ |
"1.1.1.2", |
"1.1.1.3" |
], |
- "Prefixlen":24 |
+ "Prefixlen":24, |
+ "WebProxyAutoDiscoveryUrl":"proxy.url" |
}, |
{ |
"Address":"2001:0db8:85a3:0000:0000:8a2e:0370:7334", |
@@ -19,5 +20,13 @@ |
"Prefixlen":12 |
} |
], |
+ "SavedIP.Address":"124.124.124.124", |
+ "SavedIP.Gateway":"1.1.1.4", |
+ "SavedIP.NameServers":"1.1.1.5,1.1.1.6", |
+ "SavedIP.Prefixlen":25, |
+ "StaticIP.Address":"125.125.125.125", |
+ "StaticIP.Gateway":"1.1.1.7", |
+ "StaticIP.NameServers":"1.1.1.8", |
+ "StaticIP.Prefixlen":26, |
"Type":"ethernet" |
} |