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