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" |
} |
- |