summaryrefslogtreecommitdiffstats
path: root/qa/workunits/rbd/notify_master.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qa/workunits/rbd/notify_master.sh')
-rwxr-xr-xqa/workunits/rbd/notify_master.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/workunits/rbd/notify_master.sh b/qa/workunits/rbd/notify_master.sh
new file mode 100755
index 000000000..99ccd74db
--- /dev/null
+++ b/qa/workunits/rbd/notify_master.sh
@@ -0,0 +1,5 @@
+#!/bin/sh -ex
+
+relpath=$(dirname $0)/../../../src/test/librbd
+python3 $relpath/test_notify.py master
+exit 0