summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-run/100_simple.py
blob: ed1b316e92affe421f48723d016adfcb7c274f2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: 100_simple.py 2028 2008-06-16 13:04:44Z bennylp $
#
# 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")
		]
		)