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 ec432425882c6e15e48023eca01d0dab9e8dd6aa..e1ab1d46c05da3cf8f7e0929b189bdfc6fb1d8ad 100644 |
--- a/chromeos/test/data/network/invalid_settings_with_repairs.json |
+++ b/chromeos/test/data/network/invalid_settings_with_repairs.json |
@@ -135,6 +135,10 @@ |
"Authentication": "None" |
} |
}, |
+ "toplevel-empty": { |
+ "Type": "UnencryptedConfiguration", |
+ "NetworkConfigurations": [ ] |
+ }, |
"toplevel-repaired": { |
"Type": "UnencryptedConfiguration", |
"NetworkConfigurations": |
@@ -147,6 +151,19 @@ |
} |
] |
}, |
+ "toplevel-with-nested-warning": { |
+ "Type": "UnencryptedConfiguration", |
+ "NetworkConfigurations": |
+ [ { "GUID": "guid", |
+ "Type": "Ethernet", |
+ "unknown-field": "abc", |
+ "Name": "eth0", |
+ "Ethernet": { |
+ "Authentication": "None" |
+ } |
+ } |
+ ] |
+ }, |
"toplevel-invalid-network": { |
"Type": "UnencryptedConfiguration", |
"NetworkConfigurations": |