blob: 2783b2262102ec0941f90f4c681e16b998deb152 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001# $Id$
2#
3from inc_cfg import *
4
5test_param = TestParam(
6 "Callee=optional (with duplicated offer) SRTP, caller=no SRTP",
7 [
8 InstanceParam("callee", "--null-audio --use-srtp=3 --srtp-secure=0 --max-calls=1"),
9 InstanceParam("caller", "--null-audio --use-srtp=0 --srtp-secure=0 --max-calls=1")
10 ]
11 )