D-Modem/pjproject-2.11.1/tests/pjsua/scripts-run/100_simple.py

14 lines
241 B
Python
Raw Normal View History

2021-10-30 02:41:03 +08:00
# $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")
]
)