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

Unified Diff: chromeos/test/data/network/shill_ethernet.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
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 19e0cc4adad6b7a4aa1d4a619d492957eecb5cbc..e342d139e69c5a342acde2de959fe430f38f8a19 100644
--- a/chromeos/test/data/network/shill_ethernet.json
+++ b/chromeos/test/data/network/shill_ethernet.json
@@ -1,3 +1,7 @@
{ "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
}

Powered by Google App Engine
This is Rietveld 408576698