Index: chromeos/test/data/network/policy/shill_managed_wifi1.json |
diff --git a/chromeos/test/data/network/policy/shill_managed_wifi1.json b/chromeos/test/data/network/policy/shill_managed_wifi1.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b9a50b82532635ce8c790ae2d03c3a89b646787e |
--- /dev/null |
+++ b/chromeos/test/data/network/policy/shill_managed_wifi1.json |
@@ -0,0 +1,13 @@ |
+{ |
+ "EAP.EAP": "TLS", |
+ "EAP.Identity": "${LOGIN_ID}@my.domain.com", |
+ "EAP.UseSystemCAs": true, |
+ "GUID": "policy2_wifi1", |
+ "Mode": "managed", |
+ "Passphrase": "user's passphrase", |
+ "Profile": "/profile/chronos/shill", |
+ "SSID": "wifi1", |
+ "Security": "802_1x", |
+ "Type": "wifi", |
+ "UIData": "{\"onc_source\":\"user_policy\",\"user_settings\":{\"WiFi\":{\"Passphrase\":\"FAKE_CREDENTIAL\"}}}" |
pastarmovj
2013/04/16 11:31:18
Don't you need to adjust the tests to your new FAK
pneubeck (no reviews)
2013/04/16 14:56:28
Done.
|
+} |