osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35012?usp=email )

Change subject: hnbgw: run TC_second_rab_assignment on nightly
......................................................................

hnbgw: run TC_second_rab_assignment on nightly

Fixes: OS#6253
Change-Id: Id09b1a22dbd391c19ecfe34af990ec1ef3bb5089
---
M hnbgw/HNBGW_Tests.ttcn
1 file changed, 14 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  neels: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve




diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn
index adb32bd..5bcd40c 100644
--- a/hnbgw/HNBGW_Tests.ttcn
+++ b/hnbgw/HNBGW_Tests.ttcn
@@ -2710,7 +2710,10 @@
        execute( TC_sgsnpool_sccp_n_pcstate_detaches_cnlink() );
        execute( TC_sgsnpool_sccp_n_pcstate_attaches_cnlink() );

-       execute(TC_second_rab_assignment());
+       /* Run only on nightly since it makes osmo-hnbgw <= 1.5.0 crash: 
OS#6253 */
+       if (f_osmo_repo_is("nightly")) {
+               execute(TC_second_rab_assignment());
+       }

        /* Run at the end since it makes osmo-hnbgw <= 1.3.0 crash: OS#5676 */
        execute(TC_hnb_reregister_reuse_sctp_assoc());

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35012?usp=email
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: Id09b1a22dbd391c19ecfe34af990ec1ef3bb5089
Gerrit-Change-Number: 35012
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillm...@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: neels <nhofm...@sysmocom.de>
Gerrit-Reviewer: osmith <osm...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to