blob: fa128b6c70aaec3e8e635e8fa1fb706d4234fa80 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001# $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 )