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

Unified Diff: chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc

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
« no previous file with comments | « chromeos/test/data/network/shill_ethernet_with_ipconfig.json ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc
diff --git a/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc b/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc
index d4a472f581e4035553f4c589952c0cd935f33b65..f65ca62f44323f9d563f01f11ebbc98bdba61c15 100644
--- a/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc
+++ b/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc
@@ -12,7 +12,8 @@
"1.1.1.3"
],
"RoutingPrefix":24,
- "Type":"IPv4"
+ "Type":"IPv4",
+ "WebProxyAutoDiscoveryUrl":"proxy.url"
},
{
"Gateway":"2001:db8:85a3::7a2e:370:7331",
@@ -23,5 +24,22 @@
}
],
"Name":"",
+ "SavedIPConfig":{
+ "Gateway":"1.1.1.4",
+ "IPAddress":"124.124.124.124",
+ "NameServers":[
+ "1.1.1.5",
+ "1.1.1.6"
+ ],
+ "RoutingPrefix":25,
+ },
+ "StaticIPConfig":{
+ "Gateway":"1.1.1.7",
+ "IPAddress":"125.125.125.125",
+ "NameServers":[
+ "1.1.1.8"
+ ],
+ "RoutingPrefix":26,
+ },
"Type":"Ethernet"
}
« no previous file with comments | « chromeos/test/data/network/shill_ethernet_with_ipconfig.json ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698