blob: 16341ebeb7771daf368e785087610b1109345e61 [file] [log] [blame]
Benny Prijono62ae5c62008-06-12 18:10:22 +00001# $Id$
2#
Benny Prijonocc1ada52008-06-15 19:43:43 +00003from inc_cfg import *
Benny Prijono62ae5c62008-06-12 18:10:22 +00004
5# Simple call
Benny Prijonocc1ada52008-06-15 19:43:43 +00006test_param = TestParam(
7 "Callee=mandatory SRTP, caller=optional SRTP",
8 [
9 InstanceParam("callee", "--null-audio --use-srtp=2 --srtp-secure=0 --max-calls=1"),
10 InstanceParam("caller", "--null-audio --use-srtp=1 --srtp-secure=0 --max-calls=1")
11 ]
Benny Prijono62ae5c62008-06-12 18:10:22 +000012 )