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

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

Issue 540613002: Translate Saved/StaticIPConfig properties from ONC to Shill (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests 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
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
index 3eae24ef2eada98de9543a0bd1e7021e2f864ef6..a451a6b53358622858d56e1edb315dd72409f9d3 100644
--- a/chromeos/test/data/network/shill_ethernet_with_ipconfig.json
+++ b/chromeos/test/data/network/shill_ethernet_with_ipconfig.json
@@ -9,7 +9,8 @@
"1.1.1.2",
"1.1.1.3"
],
- "Prefixlen":24
+ "Prefixlen":24,
+ "WebProxyAutoDiscoveryUrl":"proxy.url"
},
{
"Address":"2001:0db8:85a3:0000:0000:8a2e:0370:7334",
@@ -19,5 +20,13 @@
"Prefixlen":12
}
],
+ "SavedIP.Address":"124.124.124.124",
+ "SavedIP.Gateway":"1.1.1.4",
+ "SavedIP.NameServers":"1.1.1.5,1.1.1.6",
+ "SavedIP.Prefixlen":25,
+ "StaticIP.Address":"125.125.125.125",
+ "StaticIP.Gateway":"1.1.1.7",
+ "StaticIP.NameServers":"1.1.1.8",
+ "StaticIP.Prefixlen":26,
"Type":"ethernet"
}

Powered by Google App Engine
This is Rietveld 408576698