summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-run/200_register.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-run/200_register.py')
-rw-r--r--tests/pjsua/scripts-run/200_register.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/pjsua/scripts-run/200_register.py b/tests/pjsua/scripts-run/200_register.py
new file mode 100644
index 00000000..3f4338d1
--- /dev/null
+++ b/tests/pjsua/scripts-run/200_register.py
@@ -0,0 +1,20 @@
+# $Id$
+#
+from inc_cfg import *
+
+# Basic registration
+test_param = TestParam(
+ "Basic registration",
+ [
+ InstanceParam( "client",
+ "--null-audio"+
+ " --id=\"<sip:test1@pjsip.org>\""+
+ " --registrar=sip:sip.pjsip.org" +
+ " --username=test1" +
+ " --password=test1" +
+ " --realm=*",
+ uri="sip:test1@pjsip.org",
+ have_reg=True),
+ ]
+ )
+