summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network
diff options
context:
space:
mode:
authorstevenjb <stevenjb@chromium.org>2015-02-25 16:46:48 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-26 00:47:27 +0000
commitb1754c5c8b5b939aac67e1e43b71a70c50e64bac (patch)
tree7b40c4d94b99941cd38ceddaa53ba5223e7dd703 /chromeos/test/data/network
parent1d7a6fe63bcf2373c1bfce4cb641bd19d413a58a (diff)
downloadchromium_src-b1754c5c8b5b939aac67e1e43b71a70c50e64bac.zip
chromium_src-b1754c5c8b5b939aac67e1e43b71a70c50e64bac.tar.gz
chromium_src-b1754c5c8b5b939aac67e1e43b71a70c50e64bac.tar.bz2
Add WiMAX to ONC validation list
Currently type WiMAX fails ONC validation so any property changes from Settings are ignored. This also fixes the Cellular translation and adds both Cellular and WiMAX to the validation tests. BUG=460829 Review URL: https://codereview.chromium.org/949783003 Cr-Commit-Position: refs/heads/master@{#318162}
Diffstat (limited to 'chromeos/test/data/network')
-rw-r--r--chromeos/test/data/network/shill_wimax_with_state.json2
-rw-r--r--chromeos/test/data/network/translation_of_shill_cellular_with_state.onc4
-rw-r--r--chromeos/test/data/network/translation_of_shill_wimax_with_state.onc4
3 files changed, 2 insertions, 8 deletions
diff --git a/chromeos/test/data/network/shill_wimax_with_state.json b/chromeos/test/data/network/shill_wimax_with_state.json
index ececaa8..475a2dc 100644
--- a/chromeos/test/data/network/shill_wimax_with_state.json
+++ b/chromeos/test/data/network/shill_wimax_with_state.json
@@ -2,10 +2,8 @@
"AutoConnect": true,
"Connectable": true,
"Name": "SomeWiMAX",
- "EAP.Identity": "${LOGIN_ID}@my.domain.com",
"GUID": "{77db0089-0bc8-4358-929c-123xcv}",
"Profile": "/profile/someuser",
- "SaveCredentials": true,
"State": "idle",
"Strength": 10,
"Type": "wimax"
diff --git a/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc b/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
index c7e175f..71847b2 100644
--- a/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
+++ b/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
@@ -8,8 +8,8 @@
"AutoConnect": true,
"Carrier": "cellular_provider",
"HomeProvider": {
- "country": "us",
- "name": "cellular_provider"
+ "Country": "us",
+ "Name": "cellular_provider"
},
"RoamingState": "Home",
"ServingOperator": {
diff --git a/chromeos/test/data/network/translation_of_shill_wimax_with_state.onc b/chromeos/test/data/network/translation_of_shill_wimax_with_state.onc
index 3be399b..c8a83f6 100644
--- a/chromeos/test/data/network/translation_of_shill_wimax_with_state.onc
+++ b/chromeos/test/data/network/translation_of_shill_wimax_with_state.onc
@@ -6,10 +6,6 @@
"Name": "SomeWiMAX",
"WiMAX": {
"AutoConnect": true,
- "EAP": {
- "Identity": "${LOGIN_ID}@my.domain.com",
- "SaveCredentials": true
- },
"SignalStrength": 10
},
"Source":"User"