diff options
Diffstat (limited to 'src/test/run-promtool-unittests.sh')
-rwxr-xr-x | src/test/run-promtool-unittests.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/run-promtool-unittests.sh b/src/test/run-promtool-unittests.sh new file mode 100755 index 000000000..84fc1d7d3 --- /dev/null +++ b/src/test/run-promtool-unittests.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env bash + +set -ex + +SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )" +: ${CEPH_ROOT:=$SCRIPTPATH/../../} + +sudo docker run --rm \ + -v "$CEPH_ROOT":/ceph \ + --name=promtool \ + --network=host \ + dnanexus/promtool:2.9.2 \ + test rules /ceph/monitoring/prometheus/alerts/test_alerts.yml |