Merge "Part 1: Refactor CPS Delta code to utility class"
[cps.git] / csit / run-csit.sh
index 6f5142c..f9c8f00 100755 (executable)
@@ -2,6 +2,7 @@
 #
 # Copyright 2016-2017 Huawei Technologies Co., Ltd.
 # Modification Copyright 2019-2021 © Samsung Electronics Co., Ltd.
+# Modification Copyright (C) 2024 Nordix Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -145,7 +146,7 @@ function run_test_plan() {
     cat ${testplan}.txt
     SUITES=$( xargs -a ${testplan}.txt )
 
-    python3 -m robot.run -N ${TESTPLAN} -v WORKSPACE:/tmp ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES}
+    python3 -m robot.run -N ${TESTPLAN} -v WORKSPACE:/tmp --legacy-output ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES}
     RESULT=$?
     load_set
     echo "RESULT: $RESULT"
@@ -218,7 +219,7 @@ echo ROBOT_VARIABLES="${ROBOT_VARIABLES}"
 echo "Starting Robot test suites ${SUITES} ..."
 relax_set
 
-echo "Versioning information:"
+echo "[Run] Versioning information:"
 python3 --version
 pip freeze
 python3 -m robot.run --version || :