From 2a5549cc0cc1e99a8f7eb5db092674425ccdb075 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Wed, 5 Dec 2012 15:54:11 -0800 Subject: [PATCH] qa: add script for running xfstests in a vm Signed-off-by: Josh Durgin --- qa/run_xfstests_qemu.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qa/run_xfstests_qemu.sh diff --git a/qa/run_xfstests_qemu.sh b/qa/run_xfstests_qemu.sh new file mode 100644 index 000000000000..0b5b86de090e --- /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 -- 2.47.3