diff options
author | Josh Durgin <josh.durgin@inktank.com> | 2012-12-06 00:54:11 +0100 |
---|---|---|
committer | Josh Durgin <josh.durgin@inktank.com> | 2012-12-06 00:54:49 +0100 |
commit | 2a5549cc0cc1e99a8f7eb5db092674425ccdb075 (patch) | |
tree | 977fd29aa53ccb53cebc3fec4de380a15c96c31f /qa/run_xfstests_qemu.sh | |
parent | OSD: ignore queries on now deleted pools (diff) | |
download | ceph-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.sh | 7 |
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 |