]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: add direct and sync io workunits
authorSage Weil <sage.weil@dreamhost.com>
Fri, 10 Jun 2011 04:38:11 +0000 (21:38 -0700)
committerSage Weil <sage@newdream.net>
Mon, 13 Jun 2011 20:22:06 +0000 (13:22 -0700)
Just run the test programs in ../src

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
qa/workunits/direct_io.sh [new file with mode: 0755]
qa/workunits/sync_io.sh [new file with mode: 0755]

diff --git a/qa/workunits/direct_io.sh b/qa/workunits/direct_io.sh
new file mode 100755 (executable)
index 0000000..28ca2d9
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -ex
+
+direct_io_test
+
+echo OK
diff --git a/qa/workunits/sync_io.sh b/qa/workunits/sync_io.sh
new file mode 100755 (executable)
index 0000000..addf80c
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -ex
+
+test_sync_io
+
+echo OK