blob: f1e13cfc8e384d4024a7265841031804ab91821d [file] [log] [blame]
Benny Prijonocc1ada52008-06-15 19:43:43 +00001# $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 --local-port 0 --rtp-port 0")
11 ]
12 )
13