summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-call/305_ice_comp_1_2.py
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/test-pjsua/scripts-call/305_ice_comp_1_2.py')
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-call/305_ice_comp_1_2.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/pjsip-apps/src/test-pjsua/scripts-call/305_ice_comp_1_2.py b/pjsip-apps/src/test-pjsua/scripts-call/305_ice_comp_1_2.py
deleted file mode 100644
index 7580b204..00000000
--- a/pjsip-apps/src/test-pjsua/scripts-call/305_ice_comp_1_2.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# $Id$
-#
-from inc_cfg import *
-
-# Different number of ICE components
-test_param = TestParam(
- "Callee=use ICE, caller=use ICE",
- [
- InstanceParam("callee", "--null-audio --use-ice --max-calls=1 --ice-no-rtcp", enable_buffer=True),
- InstanceParam("caller", "--null-audio --use-ice --max-calls=1", enable_buffer=True)
- ]
- )