From d6ea1b1788fbd2012b37e5c9aafaafd6d8fdbcfc Mon Sep 17 00:00:00 2001 From: mpriyank Date: Wed, 20 Aug 2025 23:05:27 +0100 Subject: [PATCH] Disabling NCMP CSIT execution - temporarily disabling the NCMP CSIT execution as they are unstable at the moment Issue-ID: CPS-2959 Change-Id: Ic60adcdbad98899de0b6c56623717ccdc4f8fc37 Signed-off-by: mpriyank --- csit/run-csit.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/csit/run-csit.sh b/csit/run-csit.sh index f9c8f003a3..1e01867873 100755 --- a/csit/run-csit.sh +++ b/csit/run-csit.sh @@ -2,7 +2,7 @@ # # Copyright 2016-2017 Huawei Technologies Co., Ltd. # Modification Copyright 2019-2021 © Samsung Electronics Co., Ltd. -# Modification Copyright (C) 2024 Nordix Foundation. +# Modification Copyright (C) 2024-2025 OpenInfra Foundation Europe. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -234,8 +234,12 @@ if [ -f "${checkandmount}" ]; then source_safely "${checkandmount}" fi -run_test_plan "testplanNcmp" -NCMPRESULT="$?" +#Disabling the NCMP CSITs temporarily as they are unstable at the moment. +#https://lf-onap.atlassian.net/browse/CPS-2959 will be addressing the issues. + +#run_test_plan "testplanNcmp" +#NCMPRESULT="$?" +#exit $CPSRESULT || $NCMPRESULT # Note that the final steps are done in on_exit function after this exit! -exit $CPSRESULT || $NCMPRESULT +exit $CPSRESULT -- 2.16.6