[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 3/5] tests/functional/test_mipsel_malta: Convert the mipse
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v2 3/5] tests/functional/test_mipsel_malta: Convert the mipsel replay tests |
Date: |
Wed, 29 Jan 2025 13:50:37 +0000 |
User-agent: |
Mutt/2.2.13 (2024-03-09) |
On Tue, Jan 28, 2025 at 04:28:37PM +0100, Thomas Huth wrote:
> Move the mipsel replay tests from tests/avocado/replay_kernel.py to
> the functional framework. Since the functional tests should be run per
> target, we cannot stick all replay tests in one file. Thus let's add
> these tests to a new, separate file there instead.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> tests/avocado/replay_kernel.py | 54 --------------------------
> tests/functional/meson.build | 2 +
> tests/functional/test_mipsel_replay.py | 54 ++++++++++++++++++++++++++
> 3 files changed, 56 insertions(+), 54 deletions(-)
> create mode 100644 tests/functional/test_mipsel_replay.py
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH v2 0/5] Convert the MIPS replay tests to the functional framework, Thomas Huth, 2025/01/28
- [PATCH v2 1/5] tests/functional: Add a decorator for skipping long running tests, Thomas Huth, 2025/01/28
- [PATCH v2 3/5] tests/functional/test_mipsel_malta: Convert the mipsel replay tests, Thomas Huth, 2025/01/28
- Re: [PATCH v2 3/5] tests/functional/test_mipsel_malta: Convert the mipsel replay tests,
Daniel P . Berrangé <=
- [PATCH v2 2/5] tests/functional: Add the ReplayKernelBase class, Thomas Huth, 2025/01/28
- [PATCH v2 4/5] tests/functional/test_mips64el_malta: Convert the mips64el replay tests, Thomas Huth, 2025/01/28
- [PATCH v2 5/5] tests/functional/test_mips_malta: Convert the mips big endian replay tests, Thomas Huth, 2025/01/28