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

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