blob: 92b0ff41638eedad3232a6cc92066a44b237c2e3 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001# $Id$
2#
3from inc_cfg import *
4
5test_param= TestParam(
6 "Callee=no SRTP, caller=optional SRTP",
7 [
8 InstanceParam("callee", "--null-audio --max-calls=1"),
9 InstanceParam("caller", "--null-audio --use-srtp=1 --srtp-secure=0 --max-calls=1")
10 ]
11 )