From: Max Reitz <mreitz@redhat.com>
To: "Daniel P. Berrange" <berrange@redhat.com>, qemu-devel@nongnu.org
Cc: qemu-block@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] iotest: fix python based IO tests
Date: Tue, 26 Jul 2016 17:22:48 +0200 [thread overview]
Message-ID: <d3345215-104b-3fec-8a08-e270be7bd600@redhat.com> (raw)
In-Reply-To: <1469538827-8219-1-git-send-email-berrange@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1728 bytes --]
On 26.07.2016 15:13, Daniel P. Berrange wrote:
> The previous commit refactoring iotests.py:
>
> commit 66613974468fb6e1609fb3eabf55981b1ee436cf
> Author: Daniel P. Berrange <berrange@redhat.com>
> Date: Wed Jul 20 14:23:10 2016 +0100
>
> scripts: refactor the VM class in iotests for reuse
>
> was not properly tested and included a number of broken
> bits.
>
> - The 'event_match' method was not moved into qemu.py
> - The 'self._args' list parameter in QEMUMachine needs
> to be copied otherwise modifications will affect the
> global 'qemu_opts' variable in iotests.py
> - The QEMUQtestMachine class methods had inverted
> parameter order for the super() calls
> - The QEMUQtestMachine class forgot to add
> '-machine accel=qtest'
> - The QEMUQtestMachine class constructor needs to set
> a default 'name' value before using it as it may
> be None
> - The QEMUQtestMachine class constructor needs to use
> named parameters when calling the super constructor
> as it is leaving out some positional parameters.
> - The 'qemu_prog' variable should be a string not a
> list in iotests.py
> - The VM classs constructor needs to use named
> parameters when calling the super constructor
> as it is leaving out some positional parameters.
>
> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
> ---
> scripts/qemu.py | 19 ++++++++++++++++++-
> scripts/qtest.py | 15 +++++++++------
> tests/qemu-iotests/iotests.py | 23 +++--------------------
> 3 files changed, 30 insertions(+), 27 deletions(-)
Thanks! :-)
Applied to my block tree:
https://github.com/XanClic/qemu/commits/block
Max
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 498 bytes --]
prev parent reply other threads:[~2016-07-26 15:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-26 13:13 [Qemu-devel] [PATCH] iotest: fix python based IO tests Daniel P. Berrange
2016-07-26 15:22 ` Max Reitz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d3345215-104b-3fec-8a08-e270be7bd600@redhat.com \
--to=mreitz@redhat.com \
--cc=berrange@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).