dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24392 )


Change subject: MGCP_Test: avoid crash in latest 
(TC_one_crcx_loopback_rtp_implicit)
......................................................................

MGCP_Test: avoid crash in latest (TC_one_crcx_loopback_rtp_implicit)

The testcase TC_one_crcx_loopback_rtp_implicit triggers a bug in older
osmo-mgw version that eventually leads into a crash of osmo-mgw. This
also means that all tests after TC_one_crcx_loopback_rtp_implicit will
also fail. Lets move TC_one_crcx_loopback_rtp_implicit to the end of the
control section to postpone the crash to the very end of the testrun.

Change-Id: I25abf30f8c49e580c46e7a61e887bd0add9a4cd4
Related: OS#5123
---
M mgw/MGCP_Test.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/92/24392/1

diff --git a/mgw/MGCP_Test.ttcn b/mgw/MGCP_Test.ttcn
index c1e263a..6f9eb48 100644
--- a/mgw/MGCP_Test.ttcn
+++ b/mgw/MGCP_Test.ttcn
@@ -2445,7 +2445,6 @@
                execute(TC_one_crcx_receive_only_rtp());
                execute(TC_one_crcx_loopback_rtp());
                execute(TC_one_crcx_loopback_rtp_ipv6());
-               execute(TC_one_crcx_loopback_rtp_implicit());
                execute(TC_two_crcx_and_rtp());
                execute(TC_two_crcx_and_rtp_bidir());
                execute(TC_two_crcx_diff_pt_and_rtp());
@@ -2474,5 +2473,7 @@
                execute(TC_two_crcx_mdcx_and_rtp_osmux_ipv6());
                execute(TC_two_crcx_mdcx_and_rtp_osmux_ipv4_ipv6());
                execute(TC_two_crcx_mdcx_and_rtp_osmux_ipv6_ipv4());
+
+               execute(TC_one_crcx_loopback_rtp_implicit());
        }
 }

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24392
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I25abf30f8c49e580c46e7a61e887bd0add9a4cd4
Gerrit-Change-Number: 24392
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pma...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to