All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] iotests: Limit supported formats for 118
@ 2016-01-25 14:42 Max Reitz
  2016-01-26  7:09 ` Markus Armbruster
  0 siblings, 1 reply; 3+ messages in thread
From: Max Reitz @ 2016-01-25 14:42 UTC (permalink / raw)
  To: qemu-block; +Cc: Kevin Wolf, Markus Armbruster, qemu-devel, Max Reitz

Image formats used in test 118 need to support image creation.

Reported-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
---
 tests/qemu-iotests/118 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/qemu-iotests/118 b/tests/qemu-iotests/118
index 114d0e2..beb69d0 100755
--- a/tests/qemu-iotests/118
+++ b/tests/qemu-iotests/118
@@ -717,4 +717,6 @@ if __name__ == '__main__':
         # We need floppy and IDE CD-ROM
         iotests.notrun('not suitable for this machine type: %s' %
                        iotests.qemu_default_machine)
-    iotests.main()
+    # Need to support image creation
+    iotests.main(supported_fmts=['vpc', 'parallels', 'qcow', 'vdi', 'qcow2',
+                                 'vmdk', 'raw', 'vhdx', 'qed'])
-- 
2.7.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] iotests: Limit supported formats for 118
  2016-01-25 14:42 [Qemu-devel] [PATCH] iotests: Limit supported formats for 118 Max Reitz
@ 2016-01-26  7:09 ` Markus Armbruster
  2016-01-26  9:26   ` Kevin Wolf
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Armbruster @ 2016-01-26  7:09 UTC (permalink / raw)
  To: Max Reitz; +Cc: Kevin Wolf, qemu-devel, qemu-block

Max Reitz <mreitz@redhat.com> writes:

> Image formats used in test 118 need to support image creation.
>
> Reported-by: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Max Reitz <mreitz@redhat.com>
> ---
>  tests/qemu-iotests/118 | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tests/qemu-iotests/118 b/tests/qemu-iotests/118
> index 114d0e2..beb69d0 100755
> --- a/tests/qemu-iotests/118
> +++ b/tests/qemu-iotests/118
> @@ -717,4 +717,6 @@ if __name__ == '__main__':
>          # We need floppy and IDE CD-ROM
>          iotests.notrun('not suitable for this machine type: %s' %
>                         iotests.qemu_default_machine)
> -    iotests.main()
> +    # Need to support image creation
> +    iotests.main(supported_fmts=['vpc', 'parallels', 'qcow', 'vdi', 'qcow2',
> +                                 'vmdk', 'raw', 'vhdx', 'qed'])

Reviewed-by: Markus Armbruster <armbru@redhat.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] iotests: Limit supported formats for 118
  2016-01-26  7:09 ` Markus Armbruster
@ 2016-01-26  9:26   ` Kevin Wolf
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Wolf @ 2016-01-26  9:26 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: qemu-devel, qemu-block, Max Reitz

Am 26.01.2016 um 08:09 hat Markus Armbruster geschrieben:
> Max Reitz <mreitz@redhat.com> writes:
> 
> > Image formats used in test 118 need to support image creation.
> >
> > Reported-by: Markus Armbruster <armbru@redhat.com>
> > Signed-off-by: Max Reitz <mreitz@redhat.com>
> > ---
> >  tests/qemu-iotests/118 | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/tests/qemu-iotests/118 b/tests/qemu-iotests/118
> > index 114d0e2..beb69d0 100755
> > --- a/tests/qemu-iotests/118
> > +++ b/tests/qemu-iotests/118
> > @@ -717,4 +717,6 @@ if __name__ == '__main__':
> >          # We need floppy and IDE CD-ROM
> >          iotests.notrun('not suitable for this machine type: %s' %
> >                         iotests.qemu_default_machine)
> > -    iotests.main()
> > +    # Need to support image creation
> > +    iotests.main(supported_fmts=['vpc', 'parallels', 'qcow', 'vdi', 'qcow2',
> > +                                 'vmdk', 'raw', 'vhdx', 'qed'])
> 
> Reviewed-by: Markus Armbruster <armbru@redhat.com>

Thanks, applied to the block branch.

Kevin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-26  9:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-25 14:42 [Qemu-devel] [PATCH] iotests: Limit supported formats for 118 Max Reitz
2016-01-26  7:09 ` Markus Armbruster
2016-01-26  9:26   ` Kevin Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.