diff options
author | Josh Durgin <josh.durgin@inktank.com> | 2012-12-05 15:54:11 -0800 |
---|---|---|
committer | Josh Durgin <josh.durgin@inktank.com> | 2012-12-05 15:54:49 -0800 |
commit | 2a5549cc0cc1e99a8f7eb5db092674425ccdb075 (patch) | |
tree | 977fd29aa53ccb53cebc3fec4de380a15c96c31f | |
parent | a83d13a3b79b63ba543285e6bf51de91065fc687 (diff) | |
download | ceph-2a5549cc0cc1e99a8f7eb5db092674425ccdb075.tar.gz |
qa: add script for running xfstests in a vm
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
-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 |