From 8147076d98b26e5bbe0c843ac1195cbbc964a8ad Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 9 Jun 2011 21:38:11 -0700 Subject: [PATCH] qa: add direct and sync io workunits Just run the test programs in ../src Signed-off-by: Sage Weil --- qa/workunits/direct_io.sh | 5 +++++ qa/workunits/sync_io.sh | 5 +++++ 2 files changed, 10 insertions(+) create mode 100755 qa/workunits/direct_io.sh create mode 100755 qa/workunits/sync_io.sh diff --git a/qa/workunits/direct_io.sh b/qa/workunits/direct_io.sh new file mode 100755 index 0000000000000..28ca2d9b6a413 --- /dev/null +++ b/qa/workunits/direct_io.sh @@ -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 index 0000000000000..addf80c95d165 --- /dev/null +++ b/qa/workunits/sync_io.sh @@ -0,0 +1,5 @@ +#!/bin/sh -ex + +test_sync_io + +echo OK -- 2.39.5