Disabling NCMP CSIT execution 81/141881/2
authormpriyank <priyank.maheshwari@est.tech>
Wed, 20 Aug 2025 22:05:27 +0000 (23:05 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Thu, 21 Aug 2025 09:08:18 +0000 (10:08 +0100)
- temporarily disabling the NCMP CSIT execution as they are unstable at
  the moment

Issue-ID: CPS-2959
Change-Id: Ic60adcdbad98899de0b6c56623717ccdc4f8fc37
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
csit/run-csit.sh

index f9c8f00..1e01867 100755 (executable)
@@ -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