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