blob: 7ab96efc3833346792b371e144548d1930c335ad [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001# $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