summaryrefslogtreecommitdiffstats
path: root/csit/run-csit.sh
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2022-02-14 08:38:56 +0000
committerGerrit Code Review <gerrit@onap.org>2022-02-14 08:38:56 +0000
commiteaef84ed9d8dadadbe462d0d065c9bc802e84a74 (patch)
tree19bf29db740e6b6f0a76ee37501519a78957785a /csit/run-csit.sh
parent8cbd81accc20e0642de04694e12aadb19a82e900 (diff)
parent02a89e4739beb90b57da45661fe1c738929694d7 (diff)
Merge "Upgrade SDN-C"
Diffstat (limited to 'csit/run-csit.sh')
-rwxr-xr-xcsit/run-csit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/run-csit.sh b/csit/run-csit.sh
index 9220ef9cbc..52ec218630 100755
--- a/csit/run-csit.sh
+++ b/csit/run-csit.sh
@@ -189,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"