summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/post-file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/workunits/post-file.sh')
-rwxr-xr-xsrc/ceph/qa/workunits/post-file.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ceph/qa/workunits/post-file.sh b/src/ceph/qa/workunits/post-file.sh
deleted file mode 100755
index 133e668..0000000
--- a/src/ceph/qa/workunits/post-file.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash -ex
-
-what="$1"
-[ -z "$what" ] && what=/etc/udev/rules.d
-sudo ceph-post-file -d ceph-test-workunit $what
-
-echo OK