Testing for jenkins plugin 90/136990/1
authoremaclee <lee.anjella.macabuhay@est.tech>
Mon, 15 Jan 2024 12:58:27 +0000 (12:58 +0000)
committeremaclee <lee.anjella.macabuhay@est.tech>
Mon, 15 Jan 2024 12:58:27 +0000 (12:58 +0000)
Issue-ID: CPS-1953
Change-Id: I3ee12576e75449c90c789de32a50f9b8e8757ff7
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
csit/run-csit.sh

index 6f5142c..0981fc6 100755 (executable)
@@ -145,7 +145,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"