blob: 34f837c81cd39becac0b8446a02681e5ddb741b3 [file] [log] [blame]
Benny Prijonocc1ada52008-06-15 19:43:43 +00001# $Id:$
2#
3from inc_cfg import *
4
5# Basic registration
6test_param = TestParam(
7 "Basic registration",
8 [
9 InstanceParam( "client",
10 "--null-audio"+
11 " --id=<sip:test1@pjsip.org>"+
12 " --registrar=sip:sip.pjsip.org" +
13 " --username=test1" +
14 " --password=test1" +
15 " --realm=*",
16 uri="sip:test1@pjsip.org",
17 have_reg=True),
18 ]
19 )
20