diff mbox

qemu-iotest: Make 077 raw-only

Message ID 1391423550-10914-1-git-send-email-kwolf@redhat.com
State New
Headers show

Commit Message

Kevin Wolf Feb. 3, 2014, 10:32 a.m. UTC
The qemu-io command sequences make the assumption that an unaligned
request on the format layer will be unaligned on the blkdebug layer as
well. This doesn't necessarily hold true for drivers other than raw.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
---
 tests/qemu-iotests/077 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefan Hajnoczi Feb. 3, 2014, 3:14 p.m. UTC | #1
On Mon, Feb 03, 2014 at 11:32:30AM +0100, Kevin Wolf wrote:
> The qemu-io command sequences make the assumption that an unaligned
> request on the format layer will be unaligned on the blkdebug layer as
> well. This doesn't necessarily hold true for drivers other than raw.
> 
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
>  tests/qemu-iotests/077 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Benoît Canet Feb. 5, 2014, 7:30 p.m. UTC | #2
Le Monday 03 Feb 2014 à 11:32:30 (+0100), Kevin Wolf a écrit :
> The qemu-io command sequences make the assumption that an unaligned
> request on the format layer will be unaligned on the blkdebug layer as
> well. This doesn't necessarily hold true for drivers other than raw.
> 
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
>  tests/qemu-iotests/077 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/qemu-iotests/077 b/tests/qemu-iotests/077
> index bbf7b51..4dd1bdd 100755
> --- a/tests/qemu-iotests/077
> +++ b/tests/qemu-iotests/077
> @@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
>  . ./common.rc
>  . ./common.filter
>  
> -_supported_fmt generic
> +_supported_fmt raw
>  _supported_proto generic
>  _supported_os Linux
>  
> -- 
> 1.8.1.4
> 
> 

Reviewed-by: Benoît Canet <benoit@irqsave.net>
diff mbox

Patch

diff --git a/tests/qemu-iotests/077 b/tests/qemu-iotests/077
index bbf7b51..4dd1bdd 100755
--- a/tests/qemu-iotests/077
+++ b/tests/qemu-iotests/077
@@ -38,7 +38,7 @@  trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.rc
 . ./common.filter
 
-_supported_fmt generic
+_supported_fmt raw
 _supported_proto generic
 _supported_os Linux