blob: 7fe8b61e5441312412506b0ea07c4e79ee3a7ef6 [file] [log] [blame]
Benny Prijonocc1ada52008-06-15 19:43:43 +00001# $Id:$
2#
3from inc_cfg import *
4
5test_param = TestParam(
6 "Callee=optional SRTP, caller=no SRTP",
7 [
8 InstanceParam("callee", "--null-audio --use-srtp=1 --srtp-secure=0 --max-calls=1"),
9 InstanceParam("caller", "--null-audio --max-calls=1")
10 ]
11 )