diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /dom/wifi/test/marionette/manifest.ini | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'dom/wifi/test/marionette/manifest.ini')
-rw-r--r-- | dom/wifi/test/marionette/manifest.ini | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dom/wifi/test/marionette/manifest.ini b/dom/wifi/test/marionette/manifest.ini new file mode 100644 index 000000000..5d719e4b6 --- /dev/null +++ b/dom/wifi/test/marionette/manifest.ini @@ -0,0 +1,22 @@ +[DEFAULT] +run-if = buildapp == 'b2g' + +[test_wifi_enable.js] +[test_wifi_scan.js] +[test_wifi_associate.js] +[test_wifi_associate_wo_connect.js] +[test_wifi_auto_connect.js] +[test_wifi_static_ip.js] +[test_wifi_tethering_wifi_disabled.js] +[test_wifi_tethering_wifi_inactive.js] +[test_wifi_tethering_wifi_active.js] +[test_wifi_manage_server_certificate.js] +[test_wifi_manage_user_certificate.js] +[test_wifi_manage_pkcs12_certificate.js] +[test_wifi_associate_WPA_EAP_PEAP.js] +skip-if = android_version < '16' # EAP test not working before KK. +[test_wifi_associate_WPA_EAP_TTLS.js] +skip-if = android_version < '16' +[test_wifi_associate_WPA_EAP_TLS.js] +skip-if = android_version < '16' +[test_wifi_enable_api.js] |