osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42918?usp=email )
Change subject: 5gc: disable TC_handover_inter_ngran_xn for latest
......................................................................
5gc: disable TC_handover_inter_ngran_xn for latest
Temporarily disable the test for latest as it is known to result in a
crash with open5gs v2.8.0.
Related: OS#7023
Change-Id: Ibf3683683093c41a85bb443e14eab23d23fefa24
---
M 5gc/C5G_Tests.ttcn
1 file changed, 6 insertions(+), 1 deletion(-)
Approvals:
fixeria: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/5gc/C5G_Tests.ttcn b/5gc/C5G_Tests.ttcn
index 573bbf3..2649a2f 100644
--- a/5gc/C5G_Tests.ttcn
+++ b/5gc/C5G_Tests.ttcn
@@ -1152,7 +1152,12 @@
execute( TC_normal_reg_emergency_services_fallback() );
execute( TC_emergency_registration() );
- execute( TC_handover_inter_ngran_xn() );
+ /* OS#7023: Don't run against latest until a > v2.8.0 release was made
+ * with d2707b0c39c2bf055646184e108ca006c728e443 */
+ if (Misc_Helpers.f_osmo_repo_is("nightly")) {
+ execute( TC_handover_inter_ngran_xn() );
+ }
+
execute( TC_handover_inter_ngran_n2() );
execute( TC_handover_inter_ngran_n2_cancel() );
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42918?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ibf3683683093c41a85bb443e14eab23d23fefa24
Gerrit-Change-Number: 42918
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>