summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/300_ice_0_1.py
blob: fb0b9deff90b71724ff704d04e686192358c6137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$
#
from inc_cfg import *

# ICE mismatch
test_param = TestParam(
		"Callee=no ICE, caller=use ICE",
		[
			InstanceParam("callee", "--null-audio --max-calls=1"),
			InstanceParam("caller", "--null-audio --use-ice --max-calls=1")
		]
		)