From 56024bcb73e5285848d044cffd266aa9adf930a2 Mon Sep 17 00:00:00 2001 From: Alessio Garzi Date: Tue, 25 Mar 2025 09:41:49 +0100 Subject: [PATCH] MT#62341 Typo on sanity scenario In this scenario, kamailio proxy is returning this reply in one of the test: SIP/2.0 400 Ivalid To Header Via: SIP/2.0/UDP 10.20.29.2:51602;branch=z9hG4bK-195953-1-4;rport=51602 From: ;tag=195953SIPpTag001 To: 500;tag=244d833d81f839382236e956655c48a4.bef88c60 Call-ID: NGCP%sanity%///1-195953@10.20.29.2 CSeq: 3 REGISTER Server: Sipwise NGCP LB trunk Content-Length: 0 The word "Ivalid" is a typo from upstram kamailio. At the time of writing this commit message I issued a PL on github: https://github.com/kamailio/kamailio/pull/4184/commits/e13bc796db4b3c2b24c1ce2faaa1252540f5c08e Since I do not know when and if it will be accepted, I am changing the kct test in order to accept also the word "Ivalid". Change-Id: Ie51030fd0eca56d98a3ffbb40be0fae5260b293b --- scenarios/sanity/sipp_scenario00_test.yml.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/sanity/sipp_scenario00_test.yml.tt2 b/scenarios/sanity/sipp_scenario00_test.yml.tt2 index 8aa81d54..b491d556 100644 --- a/scenarios/sanity/sipp_scenario00_test.yml.tt2 +++ b/scenarios/sanity/sipp_scenario00_test.yml.tt2 @@ -11,7 +11,7 @@ messages: - 'CSeq: \d+ REGISTER' - 'Server: Sipwise NGCP LB' - 'Content-Length:\s+0' -- - 'SIP/2.0 400 Invalid To Header' +- - 'SIP/2.0 400 I[n]?valid To Header' - 'From: ;tag=[\w-]+' - 'To: 500;tag=[\w-]+' - 'CSeq: \d+ REGISTER'