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