summaryrefslogtreecommitdiffstats
path: root/dom/media/webrtc/tests/mochitests/mochitest_datachannel.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/webrtc/tests/mochitests/mochitest_datachannel.toml')
-rw-r--r--dom/media/webrtc/tests/mochitests/mochitest_datachannel.toml65
1 files changed, 65 insertions, 0 deletions
diff --git a/dom/media/webrtc/tests/mochitests/mochitest_datachannel.toml b/dom/media/webrtc/tests/mochitests/mochitest_datachannel.toml
new file mode 100644
index 0000000000..24c6c2f252
--- /dev/null
+++ b/dom/media/webrtc/tests/mochitests/mochitest_datachannel.toml
@@ -0,0 +1,65 @@
+[DEFAULT]
+tags = "mtg webrtc"
+subsuite = "media"
+scheme = "https"
+support-files = [
+ "head.js",
+ "dataChannel.js",
+ "mediaStreamPlayback.js",
+ "network.js",
+ "nonTrickleIce.js",
+ "pc.js",
+ "stats.js",
+ "templates.js",
+ "test_enumerateDevices_iframe.html",
+ "test_getUserMedia_permission_iframe.html",
+ "NetworkPreparationChromeScript.js",
+ "blacksilence.js",
+ "turnConfig.js",
+ "sdpUtils.js",
+ "addTurnsSelfsignedCert.js",
+ "parser_rtp.js",
+ "peerconnection_audio_forced_sample_rate.js",
+ "iceTestUtils.js",
+ "simulcast.js",
+ "helpers_from_wpt/sdp.js",
+ "!/dom/canvas/test/captureStream_common.js",
+ "!/dom/canvas/test/webgl-mochitest/webgl-util.js",
+ "!/dom/media/test/manifest.js",
+ "!/dom/media/test/seek.webm",
+ "!/dom/media/test/gizmo.mp4",
+ "!/docshell/test/navigation/blank.html",
+]
+prefs = [
+ "focusmanager.testmode=true", # emulate focus
+ "privacy.partition.network_state=false",
+ "network.proxy.allow_hijacking_localhost=true",
+]
+
+["test_dataChannel_basicAudio.html"]
+
+["test_dataChannel_basicAudioVideo.html"]
+
+["test_dataChannel_basicAudioVideoCombined.html"]
+
+["test_dataChannel_basicAudioVideoNoBundle.html"]
+
+["test_dataChannel_basicDataOnly.html"]
+
+["test_dataChannel_basicVideo.html"]
+
+["test_dataChannel_bug1013809.html"]
+
+["test_dataChannel_dataOnlyBufferedAmountLow.html"]
+scheme = "http"
+
+["test_dataChannel_dtlsVersions.html"]
+
+["test_dataChannel_hostnameObfuscation.html"]
+scheme = "http"
+
+["test_dataChannel_noOffer.html"]
+scheme = "http"
+
+["test_dataChannel_stats.html"]
+scheme = "http"