summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-run/100_simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-run/100_simple.py')
-rw-r--r--tests/pjsua/scripts-run/100_simple.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/pjsua/scripts-run/100_simple.py b/tests/pjsua/scripts-run/100_simple.py
new file mode 100644
index 00000000..7ab96efc
--- /dev/null
+++ b/tests/pjsua/scripts-run/100_simple.py
@@ -0,0 +1,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 --rtp-port 0")
+ ]
+ )
+