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