summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-call/150_srtp_1_0.py
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/test-pjsua/scripts-call/150_srtp_1_0.py')
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-call/150_srtp_1_0.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/pjsip-apps/src/test-pjsua/scripts-call/150_srtp_1_0.py b/pjsip-apps/src/test-pjsua/scripts-call/150_srtp_1_0.py
deleted file mode 100644
index 7fe8b61e..00000000
--- a/pjsip-apps/src/test-pjsua/scripts-call/150_srtp_1_0.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# $Id:$
-#
-from inc_cfg import *
-
-test_param = TestParam(
- "Callee=optional SRTP, caller=no SRTP",
- [
- InstanceParam("callee", "--null-audio --use-srtp=1 --srtp-secure=0 --max-calls=1"),
- InstanceParam("caller", "--null-audio --max-calls=1")
- ]
- )