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

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

Issue 762243002: Change to Shill's IPConfig objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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.json
diff --git a/chromeos/test/data/network/shill_ethernet.json b/chromeos/test/data/network/shill_ethernet.json
index e342d139e69c5a342acde2de959fe430f38f8a19..78422036aa71d62d8c9971e1bee06276a719ae53 100644
--- a/chromeos/test/data/network/shill_ethernet.json
+++ b/chromeos/test/data/network/shill_ethernet.json
@@ -1,7 +1,9 @@
{ "GUID": "guid",
"Type": "ethernet",
- "StaticIP.Address":"125.125.125.125",
- "StaticIP.Gateway":"1.1.1.7",
- "StaticIP.NameServers":"1.1.1.8,125.1.1.3",
- "StaticIP.Prefixlen":26
+ "StaticIPConfig": {
stevenjb 2014/12/02 16:28:47 Ah, I didn't realize that this was readwrite now.
+ "Address": "125.125.125.125",
+ "Gateway": "1.1.1.7",
+ "NameServers": ["1.1.1.8", "125.1.1.3"],
+ "Prefixlen": 26
+ }
}
« no previous file with comments | « chromeos/network/onc/onc_translator_shill_to_onc.cc ('k') | chromeos/test/data/network/shill_ethernet_with_ipconfig.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698