From 0a8d92cdda277ed50171589eca915f82c7ac5fed Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Thu, 9 Feb 2017 16:35:51 +0100 Subject: [PATCH] TT#10351 fix invite_peerout_failover check * avoid harcoded port Change-Id: I6fcc8d1cfababfdc56cac0c7c72b02330546092a --- scenarios/invite_peerout_failover/0005_test.yml.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/invite_peerout_failover/0005_test.yml.tt2 b/scenarios/invite_peerout_failover/0005_test.yml.tt2 index 5376c824..d116aa79 100644 --- a/scenarios/invite_peerout_failover/0005_test.yml.tt2 +++ b/scenarios/invite_peerout_failover/0005_test.yml.tt2 @@ -130,7 +130,7 @@ flow: - "^SIP/2.0 408 Timeout" "sip_out": - [ - "^ACK sip:004321001@127.0.4.1:50603;transport=udp SIP/2.0", + "^ACK sip:004321001@127.0.4.1:\d+;transport=udp SIP/2.0", "From: ;tag=", "To: ;tag=", "CSeq: 2 ACK",