summaryrefslogtreecommitdiffstats
path: root/chromeos/test
diff options
context:
space:
mode:
authorpneubeck <pneubeck@chromium.org>2014-09-03 00:27:34 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-03 07:30:11 +0000
commitfe3e74f327f252a00b0fb7c5291bd916e9feba85 (patch)
treef506bba6af3a008c5603d89bb8706385898c5678 /chromeos/test
parent4423aeda2e5bcfef62cea3b08be9175f81bf5499 (diff)
downloadchromium_src-fe3e74f327f252a00b0fb7c5291bd916e9feba85.zip
chromium_src-fe3e74f327f252a00b0fb7c5291bd916e9feba85.tar.gz
chromium_src-fe3e74f327f252a00b0fb7c5291bd916e9feba85.tar.bz2
Apply global auto connect ONC policy in GetManagedProperties.
BUG=279351 Review URL: https://codereview.chromium.org/510123004 Cr-Commit-Position: refs/heads/master@{#293091}
Diffstat (limited to 'chromeos/test')
-rw-r--r--chromeos/test/data/network/policy/managed_onc_disallow_autoconnect_on_unmanaged_wifi2.onc21
1 files changed, 21 insertions, 0 deletions
diff --git a/chromeos/test/data/network/policy/managed_onc_disallow_autoconnect_on_unmanaged_wifi2.onc b/chromeos/test/data/network/policy/managed_onc_disallow_autoconnect_on_unmanaged_wifi2.onc
new file mode 100644
index 0000000..d8c252a9
--- /dev/null
+++ b/chromeos/test/data/network/policy/managed_onc_disallow_autoconnect_on_unmanaged_wifi2.onc
@@ -0,0 +1,21 @@
+{
+ "Name": {
+ "Active": "wifi2"
+ },
+ "Type": {
+ "Active": "WiFi"
+ },
+ "WiFi": {
+ "AutoConnect": {
+ "Active": false,
+ "Effective": "UserPolicy",
+ "UserPolicy": false
+ },
+ "SSID": {
+ "Active": "wifi2"
+ },
+ "Security": {
+ "Active": "WPA-PSK"
+ }
+ }
+}