osmith has uploaded this change for review. ( 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
Related: OS#6253 Change-Id: Id09b1a22dbd391c19ecfe34af990ec1ef3bb5089 --- M hnbgw/HNBGW_Tests.ttcn 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/12/35012/1
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());