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..7d53897d63961686d1d0a473120427ac08171fe2 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":{ |
pneubeck (no reviews)
2014/09/04 12:38:45
could you add the opposite test from ONC to Shill
pneubeck (no reviews)
2014/09/04 12:41:12
you could add it to the existing ethernet.onc and
stevenjb
2014/09/04 15:26:21
Except I moved these to network_with_state_fields,
pneubeck (no reviews)
2014/09/04 15:29:06
I wasn't very clear about this:
IPConfigs and Sav
|
+ "Gateway":"1.1.1.4", |
+ "IPAddress":"456.456.456.456", |
+ "NameServers":[ |
+ "1.1.1.5", |
+ "1.1.1.6" |
+ ], |
+ "RoutingPrefix":25, |
+ }, |
+ "StaticIPConfig":{ |
+ "Gateway":"1.1.1.7", |
+ "IPAddress":"789.789.789.789", |
+ "NameServers":[ |
+ "1.1.1.8" |
+ ], |
+ "RoutingPrefix":26, |
+ }, |
"Type":"Ethernet" |
} |