summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/300_ice_0_1.py
blob: c29055cb0e91e56747b2da1229d7fd3d990bbf9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id: 300_ice_0_1.py 2025 2008-06-15 19:43:43Z bennylp $
#
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")
		]
		)