summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
blob: f1e13cfc8e384d4024a7265841031804ab91821d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $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 --local-port 0 --rtp-port 0")
		]
		)