diff options
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] |