qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw


From: Feiran Zheng
Subject: [Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw
Date: Fri, 27 May 2011 18:45:03 +0800

Patch on qemu-iotest.

005, test of creating 5TB images, not practical on raw format, so not run on it.

Signed-off-by: Fam Zheng <address@hidden>
---
 005 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/005 b/005
index 74537db..e086b6f 100755
--- a/005
+++ b/005
@@ -46,7 +46,7 @@ _supported_proto generic
 _supported_os Linux

 # vpc is limited to 127GB, so we can't test it here
-if [ "$IMGFMT" = "vpc" ]; then
+if [ "$IMGFMT" = "vpc" ] || [ "$IMGFMT" = "raw" ]; then
     _notrun "image format $IMGFMT does not support large image sizes"
 fi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]