summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/300_ice_1_1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-call/300_ice_1_1.py')
-rw-r--r--tests/pjsua/scripts-call/300_ice_1_1.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/pjsua/scripts-call/300_ice_1_1.py b/tests/pjsua/scripts-call/300_ice_1_1.py
new file mode 100644
index 0000000..faed5fb
--- /dev/null
+++ b/tests/pjsua/scripts-call/300_ice_1_1.py
@@ -0,0 +1,12 @@
+# $Id: 300_ice_1_1.py 2084 2008-06-27 23:53:00Z bennylp $
+#
+from inc_cfg import *
+
+# ICE mismatch
+test_param = TestParam(
+ "Callee=use ICE, caller=use ICE",
+ [
+ InstanceParam("callee", "--null-audio --use-ice --max-calls=1", enable_buffer=True),
+ InstanceParam("caller", "--null-audio --use-ice --max-calls=1", enable_buffer=True)
+ ]
+ )