blob: 3414f17c2cfa90c8c6cd626120c5842417edfa76 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001# $Id$
2#
3from inc_cfg import *
4
5# TCP call
6test_param = TestParam(
7 "TCP transport",
8 [
9 InstanceParam("callee", "--null-audio --no-udp --max-calls=1", uri_param=";transport=tcp"),
10 InstanceParam("caller", "--null-audio --no-udp --max-calls=1")
11 ]
12 )