14 lines
241 B
Python
14 lines
241 B
Python
|
# $Id$
|
||
|
#
|
||
|
# Just about the simple pjsua command line parameter, which should
|
||
|
# never fail in any circumstances
|
||
|
from inc_cfg import *
|
||
|
|
||
|
test_param = TestParam(
|
||
|
"Basic run",
|
||
|
[
|
||
|
InstanceParam("pjsua", "--null-audio --rtp-port 0")
|
||
|
]
|
||
|
)
|
||
|
|