[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 03/10] qemu-iotests: move "check" code out of co
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 03/10] qemu-iotests: move "check" code out of common.rc |
Date: |
Tue, 12 Sep 2017 16:03:12 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 |
On 09/12/2017 09:44 AM, Paolo Bonzini wrote:
> Some functions in common.rc are never used by the tests. Move
> them out of that file and into common, which is already included
> only by "check".
>
> Code that actually *is* common to "check" and tests can be placed in
> common.config.
>
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
> tests/qemu-iotests/common | 25 ++++++++++++++++++++++++-
> tests/qemu-iotests/common.config | 12 ++++++++++++
> tests/qemu-iotests/common.rc | 40
> ----------------------------------------
> 3 files changed, 36 insertions(+), 41 deletions(-)
>
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH v2 00/10] cleanup qemu-iotests, Paolo Bonzini, 2017/09/12
- [Qemu-devel] [PATCH 02/10] qemu-iotests: get rid of AWK_PROG, Paolo Bonzini, 2017/09/12
- [Qemu-devel] [PATCH 03/10] qemu-iotests: move "check" code out of common.rc, Paolo Bonzini, 2017/09/12
- Re: [Qemu-devel] [PATCH 03/10] qemu-iotests: move "check" code out of common.rc,
Eric Blake <=
- [Qemu-devel] [PATCH 04/10] qemu-iotests: cleanup and fix search for programs, Paolo Bonzini, 2017/09/12
- [Qemu-devel] [PATCH 06/10] qemu-iotests: do not include common.rc in "check", Paolo Bonzini, 2017/09/12
- [Qemu-devel] [PATCH 01/10] qemu-iotests: remove dead code, Paolo Bonzini, 2017/09/12
- [Qemu-devel] [PATCH 07/10] qemu-iotests: disintegrate more parts of common.config, Paolo Bonzini, 2017/09/12