- fix fixtures path for {name}-unit-test job
- add ignored files from tests/fixtures at 95365b4fa80a
Change-Id: Ib747a58da2f5a9998828e22e391eb675ba746e07
changes/58/1358/2
parent
07545f7964
commit
0cf87e1dcf
@ -0,0 +1,7 @@
|
||||
- '^REGISTER'
|
||||
- 'Contact: "TestBria" <sip:testuser1003@127.126.0.1:50602;ob>;reg-id=1;\+sip.instance="<urn:uuid:C3DD6013-20E8-40E3-8EA2-5849B02ED0C4>"'
|
||||
- 'Contact: "TestBria" <sip:testuser1003@127.126.0.1:6666;ob>;expires=0'
|
||||
- 'Content-Length: 0'
|
||||
- 'Expires: \d+'
|
||||
- '_:NOT:_Expires: 0'
|
||||
- 'Authorization: Digest username="testuser1003"'
|
||||
@ -0,0 +1,12 @@
|
||||
- [
|
||||
'^SIP/2.0 100 Trying',
|
||||
'Content-Length: 0'
|
||||
]
|
||||
- [
|
||||
'^SIP/2.0 200 OK',
|
||||
'Contact: <sip:testuser1003@127.126.0.1:50602;ob>;expires=600;\+sip.instance="<urn:uuid:C3DD6013-20E8-40E3-8EA2-5849B02ED0C4>";reg-id=1',
|
||||
'Content-Length: 0',
|
||||
'P-NGCP-Authorization: testuser1003@',
|
||||
'P-NGCP-Authorized: 1',
|
||||
'_:NOT:_Contact: <sip:testuser1003@127.126.0.1:6666;ob>;expires=\d+'
|
||||
]
|
||||
Loading…
Reference in new issue