initial code repo
[stor4nfv.git] / src / ceph / qa / workunits / rbd / notify_slave.sh
diff --git a/src/ceph/qa/workunits/rbd/notify_slave.sh b/src/ceph/qa/workunits/rbd/notify_slave.sh
new file mode 100755 (executable)
index 0000000..ea66161
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -ex
+
+relpath=$(dirname $0)/../../../src/test/librbd
+python $relpath/test_notify.py slave
+exit 0