summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/300_ice_1_0.py
blob: 1d920b30b7cff6a93dadefd0231d17949d65e90d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id: 300_ice_1_0.py 2025 2008-06-15 19:43:43Z bennylp $
#
from inc_cfg import *
 
# ICE mismatch
test_param = TestParam(
		"Callee=use ICE, caller=no ICE",
		[
			InstanceParam("callee", "--null-audio --use-ice --max-calls=1"),
			InstanceParam("caller", "--null-audio --max-calls=1")
		]
		)