Force to run pybot from venv 03/66003/2
authorMatej Klotton <matej.klotton@pantheon.tech>
Wed, 12 Sep 2018 07:38:59 +0000 (09:38 +0200)
committerGary Wu <gary.i.wu@huawei.com>
Thu, 27 Sep 2018 16:58:22 +0000 (09:58 -0700)
Change-Id: I2a53212926ea018b65c2eae4eef04d9083226294
Issue-ID: INT-653
Signed-off-by: Matej Klotton <matej.klotton@pantheon.tech>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/csit/plans/integration/functionality1/testplan.txt
test/csit/run-csit.sh

index 7a29ca5..9221b47 100644 (file)
@@ -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
index a048a0d..40cd9ee 100755 (executable)
@@ -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