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

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

Issue 249193003: Add Shill to ONC translation of IPConfig. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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..34de5787f900661bcbd8cc5e96a8544c2a66089f 100644
--- a/chromeos/test/data/network/shill_ethernet.json
+++ b/chromeos/test/data/network/shill_ethernet.json
@@ -1,3 +1,13 @@
-{ "GUID": "guid",
- "Type": "ethernet",
+{
+ "GUID":"guid",
+ "IPConfig":{
+ "Address":"123.123.123.123",
armansito 2014/04/23 18:46:36 You should add a test case for an IPConfig with an
pneubeck (no reviews) 2014/04/25 10:07:34 Done.
+ "Gateway":"1.1.1.1",
+ "NameServers":[
+ "1.1.1.2",
+ "1.1.1.3"
+ ],
+ "Prefixlen":24
+ },
+ "Type":"ethernet"
}

Powered by Google App Engine
This is Rietveld 408576698