blob: 7580b2044d68d685f1bf4d6239adaf8202185541 [file] [log] [blame]
Benny Prijono551af422008-08-07 09:55:52 +00001# $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 )