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

Unified Diff: chromeos/test/data/network/managed_toplevel1.onc

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/managed_toplevel1.onc
diff --git a/chromeos/test/data/network/managed_toplevel1.onc b/chromeos/test/data/network/managed_toplevel1.onc
index 1f0d1272d6727fd3e3ec3eb0f6f13783e9420142..712877ddfaaa1f7d5546eee4e715e3ecde43475a 100644
--- a/chromeos/test/data/network/managed_toplevel1.onc
+++ b/chromeos/test/data/network/managed_toplevel1.onc
@@ -3,11 +3,16 @@
[ { "GUID": "123",
"Type": "VPN",
"Name": "testopenvpn",
- "IPConfigs": [
- { "Type": "IPv4",
- "IPAddress": "127.0.0.1",
- "RoutingPrefix": 32 }
- ],
+ "StaticIPConfig": {
+ "Gateway":"1.1.1.1",
+ "IPAddress": "127.0.0.1",
+ "NameServers":[
+ "1.1.1.2",
+ "1.1.1.3"
+ ],
+ "RoutingPrefix": 32,
+ "Type": "IPv4"
+ },
"VPN": {
"Host": "policys host",
"Recommended": ["Host"],
« no previous file with comments | « chromeos/test/data/network/invalid_settings_with_repairs.json ('k') | chromeos/test/data/network/managed_vpn.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698