blob: 456aa46b2bfbf2db7984cc4d8ece6b37c79cfec9 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001# $Id$
2#
3from inc_cfg import *
4
5# ICE mismatch
6test_param = TestParam(
7 "Callee=use ICE, caller=use ICE",
8 [
9 InstanceParam("callee", "--null-audio --use-ice --max-calls=1", enable_buffer=True),
10 InstanceParam("caller", "--null-audio --use-ice --max-calls=1", enable_buffer=True)
11 ]
12 )