blob: a3d2c814da10d8e53f7e35481037eb26840962de [file] [log] [blame]
Nanang Izzuddin1e952a82010-10-05 16:32:04 +00001# $Id$
2#
3from inc_cfg import *
4
5test_param = TestParam(
6 "Callee=optional SRTP, caller=optional (with duplicated offer) SRTP",
7 [
8 InstanceParam("callee", "--null-audio --use-srtp=1 --srtp-secure=0 --max-calls=1"),
9 InstanceParam("caller", "--null-audio --use-srtp=3 --srtp-secure=0 --max-calls=1")
10 ]
11 )