blob: 92b0ff41638eedad3232a6cc92066a44b237c2e3 [file] [log] [blame]
Benny Prijono945aeb22008-12-22 18:54:58 +00001# $Id$
Benny Prijonocc1ada52008-06-15 19:43:43 +00002#
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 )