diff options
Diffstat (limited to 'src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh')
-rwxr-xr-x | src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh | 9 |
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 |