summaryrefslogtreecommitdiffstats
path: root/qa/run_xfstests_qemu.sh
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@inktank.com>2012-12-06 00:54:11 +0100
committerJosh Durgin <josh.durgin@inktank.com>2012-12-06 00:54:49 +0100
commit2a5549cc0cc1e99a8f7eb5db092674425ccdb075 (patch)
tree977fd29aa53ccb53cebc3fec4de380a15c96c31f /qa/run_xfstests_qemu.sh
parentOSD: ignore queries on now deleted pools (diff)
downloadceph-2a5549cc0cc1e99a8f7eb5db092674425ccdb075.tar.xz
ceph-2a5549cc0cc1e99a8f7eb5db092674425ccdb075.zip
qa: add script for running xfstests in a vm
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'qa/run_xfstests_qemu.sh')
-rw-r--r--qa/run_xfstests_qemu.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/qa/run_xfstests_qemu.sh b/qa/run_xfstests_qemu.sh
new file mode 100644
index 00000000000..0b5b86de090
--- /dev/null
+++ b/qa/run_xfstests_qemu.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+mkdir /tmp/cephtest
+wget https://raw.github.com/ceph/ceph/master/qa/run_xfstests.sh
+chmod +x run_xfstests.sh
+# tests excluded require extra packages for advanced acl and quota support
+./run_xfstests.sh -c 1 -f xfs -t /dev/vdb -s /dev/vdc 1-26 28-49 51-63 65-83 85-233 235-291