blob: 3ab73f904bb935882dc8d98cf49b6bcb3a78c6db [file] [log] [blame]
Alexandre Lision67916dd2014-01-24 13:33:04 -05001# $Id$
2#
3from inc_cfg import *
4
5test_param = TestParam(
6 "Callee=optional (with duplicated offer) SRTP, caller=mandatory SRTP",
7 [
8 InstanceParam("callee", "--null-audio --use-srtp=3 --srtp-secure=0 --max-calls=1"),
9 InstanceParam("caller", "--null-audio --use-srtp=2 --srtp-secure=0 --max-calls=1")
10 ]
11 )