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

Unified Diff: chromeos/test/data/network/shill_wimax_with_state.json

Issue 578823003: Add Wimax to ONC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uploaded missing test files. Reverted network_state_handler change. Created 6 years, 3 months 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/shill_wimax_with_state.json
diff --git a/chromeos/test/data/network/shill_wifi_clientref.json b/chromeos/test/data/network/shill_wimax_with_state.json
similarity index 51%
copy from chromeos/test/data/network/shill_wifi_clientref.json
copy to chromeos/test/data/network/shill_wimax_with_state.json
index 551cda848a1630138dbb2efa847ab58c039c29bc..ed12a136c4318e90a515b26140070b5a6af3cddc 100644
--- a/chromeos/test/data/network/shill_wifi_clientref.json
+++ b/chromeos/test/data/network/shill_wimax_with_state.json
@@ -1,11 +1,14 @@
{
+ "AutoConnect": true,
+ "Connectable": true,
+ "Name": "SomeWiMAX",
"EAP.EAP": "TLS",
"EAP.Identity": "${LOGIN_ID}@my.domain.com",
"EAP.UseSystemCAs": true,
"GUID": "{77db0089-0bc8-4358-929c-123xcv}",
- "Mode": "managed",
+ "Profile": "/profile/someuser",
"SaveCredentials": true,
- "Security": "802_1x",
- "Type": "wifi",
- "WiFi.HexSSID": "536F6D65576966692D5859" // "SomeWifi-XY"
+ "State": "idle",
+ "Strength": 10,
+ "Type": "wimax"
}

Powered by Google App Engine
This is Rietveld 408576698