[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 06/35] tests/avocado/boot_linux_console: Remove the s390x
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v4 06/35] tests/avocado/boot_linux_console: Remove the s390x subtest |
Date: |
Thu, 29 Aug 2024 10:46:48 +0100 |
User-agent: |
Mutt/2.2.12 (2023-09-09) |
On Wed, Aug 21, 2024 at 10:27:07AM +0200, Thomas Huth wrote:
> We've got a much more sophisticated, Fedora-based test for s390x
> ("test_s390x_fedora" in another file) already, so the test in
> boot_linux_console.py seems to be rather a waste of precious test
> cycles. Thus move the command line check and delete the s390x
> test in boot_linux_console.py.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> tests/avocado/boot_linux_console.py | 20 --------------------
> tests/avocado/machine_s390_ccw_virtio.py | 2 ++
> 2 files changed, 2 insertions(+), 20 deletions(-)
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 v4 00/35] Convert avocado tests to normal Python unittests, Thomas Huth, 2024/08/21
- [PATCH v4 01/35] tests/avocado: machine aarch64: standardize location and RO access, Thomas Huth, 2024/08/21
- [PATCH v4 02/35] tests/avocado/boot_xen.py: fetch kernel during test setUp(), Thomas Huth, 2024/08/21
- [PATCH v4 03/35] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image, Thomas Huth, 2024/08/21
- [PATCH v4 04/35] Bump avocado to 103.0, Thomas Huth, 2024/08/21
- [PATCH v4 06/35] tests/avocado/boot_linux_console: Remove the s390x subtest, Thomas Huth, 2024/08/21
- Re: [PATCH v4 06/35] tests/avocado/boot_linux_console: Remove the s390x subtest,
Daniel P . Berrangé <=
- [PATCH v4 05/35] tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py, Thomas Huth, 2024/08/21
- [PATCH v4 07/35] python: Install pycotap in our venv if necessary, Thomas Huth, 2024/08/21
- [PATCH v4 08/35] tests/functional: Add base classes for the upcoming pytest-based tests, Thomas Huth, 2024/08/21
- [PATCH v4 09/35] tests/functional: Set up logging, Thomas Huth, 2024/08/21
- [PATCH v4 10/35] tests/Makefile.include: Increase the level of indentation in the help text, Thomas Huth, 2024/08/21
- [PATCH v4 11/35] tests/functional: Prepare the meson build system for the functional tests, Thomas Huth, 2024/08/21