blob: 7ab96efc3833346792b371e144548d1930c335ad [file] [log] [blame]
Benny Prijonof9bd1f22008-06-16 13:04:44 +00001# $Id$
Benny Prijonocc1ada52008-06-15 19:43:43 +00002#
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 [
Benny Prijonof9bd1f22008-06-16 13:04:44 +000010 InstanceParam("pjsua", "--null-audio --rtp-port 0")
Benny Prijonocc1ada52008-06-15 19:43:43 +000011 ]
12 )
13