blob: 7ab96efc3833346792b371e144548d1930c335ad [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001# $Id$
2#
3# Just about the simple pjsua command line parameter, which should
4# never fail in any circumstances
5from inc_cfg import *
6
7test_param = TestParam(
8 "Basic run",
9 [
10 InstanceParam("pjsua", "--null-audio --rtp-port 0")
11 ]
12 )
13