blob: 7580b2044d68d685f1bf4d6239adaf8202185541 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001# $Id$
2#
3from inc_cfg import *
4
5# Different number of ICE components
6test_param = TestParam(
7 "Callee=use ICE, caller=use ICE",
8 [
9 InstanceParam("callee", "--null-audio --use-ice --max-calls=1 --ice-no-rtcp", enable_buffer=True),
10 InstanceParam("caller", "--null-audio --use-ice --max-calls=1", enable_buffer=True)
11 ]
12 )