summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-run/200_register.py
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/test-pjsua/scripts-run/200_register.py')
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-run/200_register.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/pjsip-apps/src/test-pjsua/scripts-run/200_register.py b/pjsip-apps/src/test-pjsua/scripts-run/200_register.py
deleted file mode 100644
index 3f4338d1..00000000
--- a/pjsip-apps/src/test-pjsua/scripts-run/200_register.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# $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),
- ]
- )
-