initial code repo
[stor4nfv.git] / src / ceph / qa / runonkclient.sh
diff --git a/src/ceph/qa/runonkclient.sh b/src/ceph/qa/runonkclient.sh
new file mode 100755 (executable)
index 0000000..fd76718
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash -x
+
+mkdir -p testspace
+/bin/mount -t ceph $1 testspace
+
+./runallonce.sh testspace
+
+/bin/umount testspace
\ No newline at end of file