summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-call/300_ice_1_1.py
blob: 456aa46b2bfbf2db7984cc4d8ece6b37c79cfec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$
#
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)
		]
		)