diff mbox series

[1/1] block: fix iotest 146 output expectations

Message ID 22815ed651022a08563b60219a5dd9dd81f92ae5.1520890118.git.jcody@redhat.com
State New
Headers show
Series [1/1] block: fix iotest 146 output expectations | expand

Commit Message

Jeff Cody March 12, 2018, 9:29 p.m. UTC
Commit bff5554843 added "force_size" into the common.filter for
_filter_img_create(), but test 146 still expects it in the output.

Signed-off-by: Jeff Cody <jcody@redhat.com>
---
 tests/qemu-iotests/146.out | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eric Blake March 12, 2018, 9:35 p.m. UTC | #1
On 03/12/2018 04:29 PM, Jeff Cody wrote:
> Commit bff5554843 added "force_size" into the common.filter for
> _filter_img_create(), but test 146 still expects it in the output.
> 
> Signed-off-by: Jeff Cody <jcody@redhat.com>
> ---
>   tests/qemu-iotests/146.out | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/tests/qemu-iotests/146.out b/tests/qemu-iotests/146.out
> index db6b296b9e..1332189d87 100644
> --- a/tests/qemu-iotests/146.out
> +++ b/tests/qemu-iotests/146.out
> @@ -54,7 +54,7 @@ Formatting 'TEST_DIR/IMGFMT-create-test.IMGFMT', fmt=IMGFMT size=4294967296
>   
>   === Testing Image create, force_size ===
>   
> -Formatting 'TEST_DIR/IMGFMT-create-test.IMGFMT', fmt=IMGFMT size=4294967296 force_size=on
> +Formatting 'TEST_DIR/IMGFMT-create-test.IMGFMT', fmt=IMGFMT size=4294967296
>   
>   === Read created image, default opts ====
>   
>
Kevin Wolf March 16, 2018, 1:08 p.m. UTC | #2
Am 12.03.2018 um 22:29 hat Jeff Cody geschrieben:
> Commit bff5554843 added "force_size" into the common.filter for
> _filter_img_create(), but test 146 still expects it in the output.
> 
> Signed-off-by: Jeff Cody <jcody@redhat.com>

Thanks, applied to the block branch.

Kevin
diff mbox series

Patch

diff --git a/tests/qemu-iotests/146.out b/tests/qemu-iotests/146.out
index db6b296b9e..1332189d87 100644
--- a/tests/qemu-iotests/146.out
+++ b/tests/qemu-iotests/146.out
@@ -54,7 +54,7 @@  Formatting 'TEST_DIR/IMGFMT-create-test.IMGFMT', fmt=IMGFMT size=4294967296
 
 === Testing Image create, force_size ===
 
-Formatting 'TEST_DIR/IMGFMT-create-test.IMGFMT', fmt=IMGFMT size=4294967296 force_size=on
+Formatting 'TEST_DIR/IMGFMT-create-test.IMGFMT', fmt=IMGFMT size=4294967296
 
 === Read created image, default opts ====