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 a451a6b53358622858d56e1edb315dd72409f9d3..f698b2626ca9a5f77dc1a01651dcafbc0f5f772a 100644 |
--- a/chromeos/test/data/network/shill_ethernet_with_ipconfig.json |
+++ b/chromeos/test/data/network/shill_ethernet_with_ipconfig.json |
@@ -20,13 +20,17 @@ |
"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, |
+ "SavedIPConfig": { |
+ "Address":"124.124.124.124", |
+ "Gateway":"1.1.1.4", |
+ "NameServers":["1.1.1.5","1.1.1.6"], |
+ "Prefixlen":25 |
+ }, |
+ "StaticIPConfig": { |
+ "Address":"125.125.125.125", |
+ "Gateway":"1.1.1.7", |
+ "NameServers":["1.1.1.8"], |
+ "Prefixlen":26 |
+ }, |
"Type":"ethernet" |
} |