Use legacy output when running tests to be compatible with Jenkins plugin 60/15260/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 26 Jun 2025 06:51:14 +0000 (08:51 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 26 Jun 2025 06:51:24 +0000 (08:51 +0200)
Change-Id: I3dabf654a6bb20e1e49793cbd4fa830ffab21b16
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
robot-systest/run_test.sh

index 11c3e45..ad98d88 100755 (executable)
@@ -234,7 +234,7 @@ if [ "$RUN_CONFORMANCE_TESTS" = true ] ; then
 fi
 
 if [[ -n "${TEST}" ]]; then
-    robot -d ${ROBOT_DEVOPS_FOLDER}/reports --tagstatinclude "cluster_*" -i ${TEST} ${ROBOT_DEVOPS_FOLDER}/testsuite/
+    robot --legacy-output -d ${ROBOT_DEVOPS_FOLDER}/reports --tagstatinclude "cluster_*" -i ${TEST} ${ROBOT_DEVOPS_FOLDER}/testsuite/
 else
     echo "No test was provided. Exiting..."
 fi