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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3eae24ef2eada98de9543a0bd1e7021e2f864ef6 |
--- /dev/null |
+++ b/chromeos/test/data/network/shill_ethernet_with_ipconfig.json |
@@ -0,0 +1,23 @@ |
+{ |
+ "GUID":"guid", |
+ "IPConfigs":[ |
+ { |
+ "Address":"123.123.123.123", |
+ "Gateway":"1.1.1.1", |
+ "Method":"ipv4", |
+ "NameServers":[ |
+ "1.1.1.2", |
+ "1.1.1.3" |
+ ], |
+ "Prefixlen":24 |
+ }, |
+ { |
+ "Address":"2001:0db8:85a3:0000:0000:8a2e:0370:7334", |
+ "Gateway":"2001:db8:85a3::7a2e:370:7331", |
+ "Method":"ipv6", |
+ "NameServers":[], |
+ "Prefixlen":12 |
+ } |
+ ], |
+ "Type":"ethernet" |
+} |