summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/300_ice_1_1.py
blob: faed5fb3811b6b975f1031276b359fbad4064c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id: 300_ice_1_1.py 2084 2008-06-27 23:53:00Z bennylp $
#
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)
		]
		)