[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/5] tests/functional: Add the ReplayKernelBase class
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 2/5] tests/functional: Add the ReplayKernelBase class |
Date: |
Fri, 24 Jan 2025 15:33:36 +0000 |
User-agent: |
Mutt/2.2.13 (2024-03-09) |
On Fri, Jan 24, 2025 at 03:15:26PM +0100, Thomas Huth wrote:
> Copy the ReplayKernelBase class from the avocado tests. We are going
> to need it to convert the related replay tests in the following patches.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> tests/functional/replay_kernel.py | 84 +++++++++++++++++++++++++++++++
> 1 file changed, 84 insertions(+)
> create mode 100644 tests/functional/replay_kernel.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 0/5] Convert the MIPS replay tests to the functional framework, Thomas Huth, 2025/01/24
- [PATCH 2/5] tests/functional: Add the ReplayKernelBase class, Thomas Huth, 2025/01/24
- Re: [PATCH 2/5] tests/functional: Add the ReplayKernelBase class,
Daniel P . Berrangé <=
- [PATCH 3/5] tests/functional/test_mipsel_malta: Convert the mipsel replay tests, Thomas Huth, 2025/01/24
- [PATCH 1/5] tests/functional: Add a decorator for skipping long running tests, Thomas Huth, 2025/01/24
- [PATCH 4/5] tests/functional/test_mips64el_malta: Convert the mips64el replay tests, Thomas Huth, 2025/01/24
- [PATCH 5/5] tests/functional/test_mips_malta: Convert the mips big endian replay tests, Thomas Huth, 2025/01/24