summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh')
-rwxr-xr-xsrc/pybind/mgr/rook/ci/run-rook-e2e-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh b/src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh
index a43e01a89..58d554757 100755
--- a/src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh
+++ b/src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh
@@ -2,8 +2,11 @@
set -ex
+export PATH=$PATH:~/.local/bin # behave is installed on this directory
+
# Execute tests
: ${CEPH_DEV_FOLDER:=${PWD}}
${CEPH_DEV_FOLDER}/src/pybind/mgr/rook/ci/scripts/bootstrap-rook-cluster.sh
cd ${CEPH_DEV_FOLDER}/src/pybind/mgr/rook/ci/tests
+pip install --upgrade --force-reinstall -r ../requirements.txt
behave