TT#128200 invite_emercy_cirpack scenario check boundary

invite_emercy_cirpack scenario now checks also sdp boundary multipart
without doublequotes

Change-Id: Iba0add2ba153fd2b60437f804ad7a83b82820acb
mr10.0
Alessio Garzi 5 years ago
parent 5699a747f4
commit 49aa6cc094

@ -26,6 +26,10 @@ sip_in:
- 'Content-Type: application/sdp' - 'Content-Type: application/sdp'
- 'Content-Length:\s+\d+' - 'Content-Length:\s+\d+'
- 'Contact: <sip:127.0.0.1:508[08];transport=udp>' - 'Contact: <sip:127.0.0.1:508[08];transport=udp>'
- '--unique-boundary-1'
- 'Content-Type: application/sdp'
- '--unique-boundary-1'
- 'Content-Type: application/vnd\.cirpack\.isdn-ext'
sip_out: sip_out:
- [ - [
'SIP/2.0 100 Trying', 'SIP/2.0 100 Trying',
@ -49,8 +53,10 @@ sip_out:
'Content-Type: multipart/mixed;boundary=\"unique-boundary-1\"', 'Content-Type: multipart/mixed;boundary=\"unique-boundary-1\"',
'Content-Length:\s+\d+', 'Content-Length:\s+\d+',
'Contact: <sip:127.0.0.1:508[08];transport=udp>', 'Contact: <sip:127.0.0.1:508[08];transport=udp>',
'--unique-boundary-1',
'Content-Type: application/sdp', 'Content-Type: application/sdp',
'--unique-boundary-1',
'Content-Type: application/vnd\.cirpack\.isdn-ext', 'Content-Type: application/vnd\.cirpack\.isdn-ext',
'Content-Disposition: signal;handling=required', 'Content-Disposition: signal;handling=required',
'7e Od 04 55 75 69 20 4d 61 6b 65 43 61 6c 6c', '7e Od 04 55 75 69 20 4d 61 6b 65 43 61 6c 6c'
] ]

Loading…
Cancel
Save