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