Index: chromeos/test/data/network/invalid_settings_with_repairs.json |
diff --git a/chromeos/test/data/network/invalid_settings_with_repairs.json b/chromeos/test/data/network/invalid_settings_with_repairs.json |
index e95c6984c6267cbdaac4d16312c8968f85e4569f..365bb25eaa645907b622af8cdf500b372eee942d 100644 |
--- a/chromeos/test/data/network/invalid_settings_with_repairs.json |
+++ b/chromeos/test/data/network/invalid_settings_with_repairs.json |
@@ -89,11 +89,11 @@ |
"GUID": "guid", |
"Type": "Ethernet", |
"Name": "name", |
- "IPConfigs": [ |
- { "Type": "IPv4", |
- "IPAddress": "127.0.0.1", |
- "RoutingPrefix": 123 } |
- ], |
+ "StaticIPConfig": { |
+ "Type": "IPv4", |
+ "IPAddress": "127.0.0.1", |
+ "RoutingPrefix": 123 |
+ }, |
"Ethernet": { |
"Authentication": "None" |
} |
@@ -170,11 +170,11 @@ |
"GUID": "guid", |
"Type": "Ethernet", |
"Name": "name", |
- "IPConfigs": [ |
- { "Type": "IPv4", |
- "IPAddress": "127.0.0.1", |
- "RoutingPrefix": 123 } |
- ], |
+ "StaticIPConfig": { |
+ "Type": "IPv4", |
+ "IPAddress": "127.0.0.1", |
+ "RoutingPrefix": 123 |
+ }, |
"Ethernet": { |
"Authentication": "None" |
} |
@@ -224,6 +224,19 @@ |
"Authentication": "None" |
} |
}, |
+ "network-with-ipconfigs": { |
+ "GUID": "guid", |
+ "Type": "Ethernet", |
+ "Name": "name", |
+ "Ethernet": { |
+ "Authentication": "None" |
+ }, |
+ "IPConfigs": [ { |
+ "Type": "IPv4", |
+ "IPAddress": "127.0.0.1", |
+ "RoutingPrefix": 123 |
+ } ], |
+ }, |
"network-with-client-cert-pattern": { |
"GUID": "guid", |
"Type": "WiFi", |