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