X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=csit%2Frun-csit.sh;h=9220ef9cbccc0ec331631594b49cd1a02e758321;hb=refs%2Fheads%2Fmaster;hp=6f5142c9170556302b54dc0bd68c5e32e73e6c14;hpb=cb853790e186fa66487b1a22042345af7163ce34;p=cps.git diff --git a/csit/run-csit.sh b/csit/run-csit.sh index 6f5142c917..f9c8f003a3 100755 --- a/csit/run-csit.sh +++ b/csit/run-csit.sh @@ -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 || :