summaryrefslogtreecommitdiffstats
path: root/src/test/run-promtool-unittests.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:45:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:45:59 +0000
commit19fcec84d8d7d21e796c7624e521b60d28ee21ed (patch)
tree42d26aa27d1e3f7c0b8bd3fd14e7d7082f5008dc /src/test/run-promtool-unittests.sh
parentInitial commit. (diff)
downloadceph-19fcec84d8d7d21e796c7624e521b60d28ee21ed.tar.xz
ceph-19fcec84d8d7d21e796c7624e521b60d28ee21ed.zip
Adding upstream version 16.2.11+ds.upstream/16.2.11+dsupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xsrc/test/run-promtool-unittests.sh13
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