blob: fa128b6c70aaec3e8e635e8fa1fb706d4234fa80 [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=optional SRTP, caller=no SRTP",
7 [
8 InstanceParam("callee", "--null-audio --use-srtp=1 --srtp-secure=0 --max-calls=1"),
9 InstanceParam("caller", "--null-audio --max-calls=1")
10 ]
11 )