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

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

Issue 750313003: ONC: Add IPConfigType. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ipconfig_object
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/settings_with_normalization.json
diff --git a/chromeos/test/data/network/settings_with_normalization.json b/chromeos/test/data/network/settings_with_normalization.json
index 08a78a43085b12cec27d3b30fd4742966ba2da0a..06bca789c1ab2b57da152f01bcf4a6c29c8be5cc 100644
--- a/chromeos/test/data/network/settings_with_normalization.json
+++ b/chromeos/test/data/network/settings_with_normalization.json
@@ -1,4 +1,24 @@
{
+ "irrelevant-staticipconfig": {
+ "GUID": "guid",
+ "Type": "Ethernet",
+ "Name": "name",
+ "Ethernet": {
+ "Authentication": "None"
+ },
+ "StaticIPConfig": {
+ "Gateway":"1.1.1.1",
+ "IPAddress": "127.0.0.1"
+ }
+ },
+ "irrelevant-staticipconfig-normalized": {
+ "GUID": "guid",
+ "Type": "Ethernet",
+ "Name": "name",
+ "Ethernet": {
+ "Authentication": "None"
+ }
+ },
"ethernet-and-vpn": {
"Recommended": [],
"GUID": "guid",

Powered by Google App Engine
This is Rietveld 408576698