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