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.sh9
1 files changed, 9 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
new file mode 100755
index 000000000..a43e01a89
--- /dev/null
+++ b/src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+set -ex
+
+# 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
+behave