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