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