Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: chromeos/test/data/network/invalid_settings_with_repairs.json

Issue 540333002: ONC: Fix Static-/Saved-/IPConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed another unit test. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/test/data/network/ethernet.onc ('k') | chromeos/test/data/network/managed_toplevel1.onc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « chromeos/test/data/network/ethernet.onc ('k') | chromeos/test/data/network/managed_toplevel1.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698