summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/300_ice_1_0.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-call/300_ice_1_0.py')
-rw-r--r--tests/pjsua/scripts-call/300_ice_1_0.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/pjsua/scripts-call/300_ice_1_0.py b/tests/pjsua/scripts-call/300_ice_1_0.py
new file mode 100644
index 00000000..ef800e7f
--- /dev/null
+++ b/tests/pjsua/scripts-call/300_ice_1_0.py
@@ -0,0 +1,12 @@
+# $Id$
+#
+from inc_cfg import *
+
+# ICE mismatch
+test_param = TestParam(
+ "Callee=use ICE, caller=no ICE",
+ [
+ InstanceParam("callee", "--null-audio --use-ice --max-calls=1"),
+ InstanceParam("caller", "--null-audio --max-calls=1")
+ ]
+ )