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

# TCP call
test_param = TestParam(
		"TCP transport",
		[
			InstanceParam("callee", "--null-audio --no-udp --max-calls=1", uri_param=";transport=tcp"),
			InstanceParam("caller", "--null-audio --no-udp --max-calls=1")
		]
		)