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