From b20b090f7c4fbacbfc763200e3e98a5bd97507e2 Mon Sep 17 00:00:00 2001 From: Matej Klotton Date: Wed, 12 Sep 2018 09:38:59 +0200 Subject: Force to run pybot from venv Change-Id: I2a53212926ea018b65c2eae4eef04d9083226294 Issue-ID: INT-653 Signed-off-by: Matej Klotton Signed-off-by: Gary Wu --- test/csit/plans/integration/functionality1/testplan.txt | 1 + test/csit/run-csit.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'test/csit') diff --git a/test/csit/plans/integration/functionality1/testplan.txt b/test/csit/plans/integration/functionality1/testplan.txt index 7a29ca53d..9221b4751 100644 --- a/test/csit/plans/integration/functionality1/testplan.txt +++ b/test/csit/plans/integration/functionality1/testplan.txt @@ -1,4 +1,5 @@ # Test suites are relative paths under [integration.git]/test/csit/tests/. # Place the suites in run order. +# Temporary change to trigger verify job. integration/suite1 integration/suite2 diff --git a/test/csit/run-csit.sh b/test/csit/run-csit.sh index a048a0d69..40cd9ee6d 100755 --- a/test/csit/run-csit.sh +++ b/test/csit/run-csit.sh @@ -152,7 +152,7 @@ SUITES=$( xargs -a testplan.txt ) echo ROBOT_VARIABLES=${ROBOT_VARIABLES} echo "Starting Robot test suites ${SUITES} ..." set +e -pybot -N ${TESTPLAN} -v WORKSPACE:/tmp ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES} +python -m robot.run -N ${TESTPLAN} -v WORKSPACE:/tmp ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES} RESULT=$? set -e echo "RESULT: " $RESULT -- cgit 1.2.3-korg