aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-07-03 17:41:58 +0200
committerKevin Wolf <kwolf@redhat.com>2012-02-22 16:16:59 +0100
commit5d9c577dd15dfbc4f8f7cb7e0a94970ccb4ed8eb (patch)
tree6c175f10043d6cfdc2a925b24f24755619803baa /tests
parent6bf19c94a0518a2c9101f2ee368c9a0ea56101ba (diff)
qemu-iotests: skip test 005 for vpc format images
The vpc format doesn't support large enough image size for this test. Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/qemu-iotests/0055
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/qemu-iotests/005 b/tests/qemu-iotests/005
index e3458fde0..148f936bf 100755
--- a/tests/qemu-iotests/005
+++ b/tests/qemu-iotests/005
@@ -43,10 +43,13 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
-# vpc is limited to 127GB, so we can't test it here
_supported_fmt generic
_supported_os Linux
+# vpc is limited to 127GB, so we can't test it here
+if [ "$IMGFMT" = "vpc" ]; then
+ _notrun "image format $IMGFMT does not support large image sizes"
+fi
echo
echo "creating large image"