Index: chromeos/test/data/network/shill_ethernet.json |
diff --git a/chromeos/test/data/network/shill_ethernet.json b/chromeos/test/data/network/shill_ethernet.json |
index 78422036aa71d62d8c9971e1bee06276a719ae53..e342d139e69c5a342acde2de959fe430f38f8a19 100644 |
--- a/chromeos/test/data/network/shill_ethernet.json |
+++ b/chromeos/test/data/network/shill_ethernet.json |
@@ -1,9 +1,7 @@ |
{ "GUID": "guid", |
"Type": "ethernet", |
- "StaticIPConfig": { |
- "Address": "125.125.125.125", |
- "Gateway": "1.1.1.7", |
- "NameServers": ["1.1.1.8", "125.1.1.3"], |
- "Prefixlen": 26 |
- } |
+ "StaticIP.Address":"125.125.125.125", |
+ "StaticIP.Gateway":"1.1.1.7", |
+ "StaticIP.NameServers":"1.1.1.8,125.1.1.3", |
+ "StaticIP.Prefixlen":26 |
} |