pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41573?usp=email )
Change subject: smlc: Adapt testsuite to new OsmoCNI 202512 release ......................................................................
smlc: Adapt testsuite to new OsmoCNI 202512 release
Change-Id: I61aaf5ae7b4975e68f573b1f432b74fab86d5355 --- M smlc/SMLC_Tests.ttcn 1 file changed, 3 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/73/41573/1
diff --git a/smlc/SMLC_Tests.ttcn b/smlc/SMLC_Tests.ttcn index 393d69f..1d317bb 100644 --- a/smlc/SMLC_Tests.ttcn +++ b/smlc/SMLC_Tests.ttcn @@ -193,10 +193,8 @@ f_bssap_le_adapter_start(g_bssap_le[bssap_le_idx]); }
- /* Remove nightly condition after osmo-smlc >= 0.4.x is released */ - if (Misc_Helpers.f_osmo_repo_is("nightly")) { - f_init_statsd("SMLC_Test", vc_STATSD, mp_test_ip, mp_statsd_port, g_statd_timeout); - } + f_init_statsd("SMLC_Test", vc_STATSD, mp_test_ip, mp_statsd_port, g_statd_timeout); + }
function f_init_vty(charstring id := "foo") runs on test_CT { @@ -589,12 +587,7 @@ execute( TC_smlc_location_request_bsslap_abort() ); execute( TC_smlc_location_request_abort() );
- /* This "nightly" if can be removed once libosmo-sigtran (osmo-stp) > 2.1.0 is released. - * Currently released osmo-stp 2.1.0 ends up in in broken AS-ACTIVE+ASP-DOWN state when - * restarting the ASP after exiting the related asp node through VTY: */ - if (Misc_Helpers.f_osmo_repo_is("nightly")) { - execute( TC_stat_bsc_sctp_disconnected() ); - } + execute( TC_stat_bsc_sctp_disconnected() ); }
}