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