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

Unified Diff: chromeos/test/data/network/policy/shill_policy_autoconnect_on_unconfigured_vpn.json

Issue 647783005: Set Service property ManagedCredentials for managed networks. (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/policy/shill_policy_autoconnect_on_unconfigured_vpn.json
diff --git a/chromeos/test/data/network/policy/shill_policy_on_managed_vpn.json b/chromeos/test/data/network/policy/shill_policy_autoconnect_on_unconfigured_vpn.json
similarity index 68%
copy from chromeos/test/data/network/policy/shill_policy_on_managed_vpn.json
copy to chromeos/test/data/network/policy/shill_policy_autoconnect_on_unconfigured_vpn.json
index e94475ae338ce06abb774da5458d32591824568e..a8852a94682e5e94623e1aa8f4f66e8475a78839 100644
--- a/chromeos/test/data/network/policy/shill_policy_on_managed_vpn.json
+++ b/chromeos/test/data/network/policy/shill_policy_autoconnect_on_unconfigured_vpn.json
@@ -1,6 +1,7 @@
{
- "AutoConnect":false,
+ "AutoConnect": true,
"GUID":"{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
+ "ManagedCredentials": true,
"Name":"my vpn",
"OpenVPN.Password":"some password",
"OpenVPN.Port":"443",
@@ -9,9 +10,7 @@
"Provider.Host":"vpn.my.domain.com",
"Provider.Type":"openvpn",
"Profile": "/profile/user1/shill",
- // Password is not 'Recommended' by policy, thus removed here.
- "UIData": "{\"onc_source\":\"user_policy\",\"user_settings\":{}}",
+ "UIData": "{\"onc_source\":\"user_policy\"}",
"SaveCredentials":false,
"Type":"vpn"
}
-

Powered by Google App Engine
This is Rietveld 408576698