blob: 456aa46b2bfbf2db7984cc4d8ece6b37c79cfec9 [file] [log] [blame]
# $Id$
#
from inc_cfg import *
# ICE mismatch
test_param = TestParam(
"Callee=use ICE, caller=use ICE",
[
InstanceParam("callee", "--null-audio --use-ice --max-calls=1", enable_buffer=True),
InstanceParam("caller", "--null-audio --use-ice --max-calls=1", enable_buffer=True)
]
)