blob: bf40f0b0c8a67a24c339a1f83c00e3c4cb9f8197 [file] [log] [blame]
Benny Prijonocc1ada52008-06-15 19:43:43 +00001# $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 )