From: Matej Klotton Date: Wed, 12 Sep 2018 07:38:59 +0000 (+0200) Subject: Force to run pybot from venv X-Git-Tag: 3.0.0~219 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F66003%2F2;p=integration.git Force to run pybot from venv Change-Id: I2a53212926ea018b65c2eae4eef04d9083226294 Issue-ID: INT-653 Signed-off-by: Matej Klotton Signed-off-by: Gary Wu --- 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