Use robot virtualenv in devstack-testing script 40/39340/2
authorVratko Polak <vrpolak@cisco.com>
Tue, 24 May 2016 12:23:01 +0000 (14:23 +0200)
committerVratko Polak <vrpolak@cisco.com>
Tue, 24 May 2016 12:36:20 +0000 (14:36 +0200)
Without this, it would pick an old Robot installation.

Change-Id: Iba29f2b5ec53e00f774042015985843656bc5f0f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb/integration/include-raw-integration-deploy-devstack-testing.sh

index 335c9b17925b23d40731b5aa6ee79abf9ad2f4d4..d7ef3a5f29716c6481d372446136b8e650755fd1 100644 (file)
@@ -1,3 +1,5 @@
+source ${ROBOT_VENV}/bin/activate
+
 echo "Changing the testplan path..."
 cat ${WORKSPACE}/test/csit/testplans/${TESTPLAN} | sed "s:integration:${WORKSPACE}:" > testplan.txt
 cat testplan.txt