X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=csit%2Frun-csit.sh;h=52ec2186305390e3e4aa2649be80f6c351fa95b3;hb=02a89e4739beb90b57da45661fe1c738929694d7;hp=e23e84a3f282dc7731a6658e2c144a0857f4e6d4;hpb=aad224026765d4b39ac9dde3c30f138dd426f897;p=cps.git diff --git a/csit/run-csit.sh b/csit/run-csit.sh index e23e84a3f..52ec21863 100755 --- a/csit/run-csit.sh +++ b/csit/run-csit.sh @@ -18,8 +18,7 @@ # $1 project/functionality # $2 robot options -# Branched from integration/csit to this repository 18.2.2021 -# +# Branched from ccsdk/distribution to this repository Feb 23, 2021 # # functions @@ -190,7 +189,7 @@ SUITES=$( xargs -a testplan.txt ) echo ROBOT_VARIABLES="${ROBOT_VARIABLES}" echo "Starting Robot test suites ${SUITES} ..." relax_set -python -m robot.run -N ${TESTPLAN} -v WORKSPACE:/tmp ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES} +python3 -m robot.run -N ${TESTPLAN} -v WORKSPACE:/tmp ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES} RESULT=$? load_set echo "RESULT: $RESULT"