Index: chromeos/test/data/network/policy/policy_wifi1.onc |
diff --git a/chromeos/test/data/network/policy/policy_wifi1.onc b/chromeos/test/data/network/policy/policy_wifi1.onc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e601c951ec90648a00a600e19c52b70c34b29994 |
--- /dev/null |
+++ b/chromeos/test/data/network/policy/policy_wifi1.onc |
@@ -0,0 +1,16 @@ |
+{ |
+ "NetworkConfigurations": [ |
+ { |
+ "GUID": "policy_wifi1", |
+ "Type": "WiFi", |
+ "Name": "Managed wifi1", |
+ "WiFi": { |
+ "Passphrase": "policy's passphrase", |
+ "Recommended": [ "AutoConnect", "Passphrase" ], |
+ "SSID": "wifi1", |
+ "Security": "WPA-PSK" |
+ } |
+ } |
+ ], |
+ "Type": "UnencryptedConfiguration" |
+} |