diff options
author | Josh Durgin <josh.durgin@inktank.com> | 2012-12-11 17:18:14 -0800 |
---|---|---|
committer | Josh Durgin <josh.durgin@inktank.com> | 2012-12-11 17:18:14 -0800 |
commit | 8e6a53531b00153eccea023e017162179973d3a1 (patch) | |
tree | 6b351dd148ba66a5b9cecdbf49581a8310d8c288 | |
parent | f0d85b73efc03b8aebb0bc50ad484c4135ded680 (diff) | |
download | ceph-8e6a53531b00153eccea023e017162179973d3a1.tar.gz |
qa: exclude some more xfstests
These worked on a newer kernel, but I forgot I had not updated it for the final image.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
-rw-r--r-- | qa/run_xfstests_qemu.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qa/run_xfstests_qemu.sh b/qa/run_xfstests_qemu.sh index 0b5b86de090..d2df8a563ba 100644 --- a/qa/run_xfstests_qemu.sh +++ b/qa/run_xfstests_qemu.sh @@ -3,5 +3,7 @@ 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 +# tests excluded fail in the current testing vm regardless of whether +# rbd is used + +./run_xfstests.sh -c 1 -f xfs -t /dev/vdb -s /dev/vdc 1-17 19-26 28-49 51-61 63 66-79 83 85-105 108-110 112-135 137-170 172-204 206-217 220-227 230-231 233 235-241 243-249 251-262 264-278 281-286 288-289 |