MT#6565 enable invite_peerout_rewrite_pv_regex. Fix typo check.py

Change-Id: Ied814cce246492da171d6966fdcd6aa0c13816fc
changes/94/2294/1
Victor Seva 11 years ago
parent 8d49e5bc20
commit f67b5bd9c6

@ -132,7 +132,7 @@ class Test:
try:
result = (val0 == int(val1))
except:
result = false
result = False
elif isinstance(val0, list) and isinstance(val1, list):
size = len(val0)
if size != len(val1):

@ -4,7 +4,7 @@ flow:
sip_in:
- '^SIP/2.0 180 Ringing'
- 'CSeq: 2 INVITE'
- 'From: <sip:4311002@'
- 'From: <sip:1002@'
- 'To: <sip:004321001@'
sip_out:
- [

@ -4,7 +4,7 @@ flow:
sip_in:
- '^SIP/2.0 200 OK'
- 'CSeq: 2 INVITE'
- 'From: <sip:4311002@'
- 'From: <sip:1002@'
- 'To: <sip:004321001@'
sip_out:
- [

@ -5,7 +5,7 @@ sip_in:
- '^SIP/2.0 200 OK'
- 'CSeq: 3 BYE'
- 'Content-Length: 0'
- 'From: <sip:4311002@'
- 'From: <sip:1002@'
- 'To: <sip:004321001@'
sip_out:
- [
Loading…
Cancel
Save