[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 03/32] tests/functional: add a m68k tuxrun tests
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v4 03/32] tests/functional: add a m68k tuxrun tests |
Date: |
Wed, 8 Jan 2025 12:29:41 +0000 |
User-agent: |
Mutt/2.2.13 (2024-03-09) |
On Wed, Jan 08, 2025 at 12:10:25PM +0000, Alex Bennée wrote:
> We didn't have this before and as it exercises the m68k virt platform
> it seems worth adding. We don't wait for the shutdown because QEMU
> will auto-exit on the shutdown.
>
> Cc: Laurent Vivier <laurent@vivier.eu>
> Cc: Anders Roxell <anders.roxell@linaro.org>
> Reviewed-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Message-Id: <20241121165806.476008-24-alex.bennee@linaro.org>
>
> ---
> v2
> - add to MAINTAINERS
> ---
> MAINTAINERS | 1 +
> tests/functional/meson.build | 1 +
> tests/functional/test_m68k_tuxrun.py | 34 ++++++++++++++++++++++++++++
> 3 files changed, 36 insertions(+)
> create mode 100644 tests/functional/test_m68k_tuxrun.py
> diff --git a/tests/functional/test_m68k_tuxrun.py
> b/tests/functional/test_m68k_tuxrun.py
> new file mode 100644
This (and any other new functional tests) should be mode 0755
to enable direct execution
> index 0000000000..7eacba135f
> --- /dev/null
> +++ b/tests/functional/test_m68k_tuxrun.py
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/32] testing/next: functional tests, qtest clocks, vm and keymaps (pre-PR-FINAL), Alex Bennée, 2025/01/08
- [PATCH v4 08/32] tests/functional: update the ppc32 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 02/32] tests/functional: update the i386 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 03/32] tests/functional: add a m68k tuxrun tests, Alex Bennée, 2025/01/08
- Re: [PATCH v4 03/32] tests/functional: add a m68k tuxrun tests,
Daniel P . Berrangé <=
- [PATCH v4 05/32] tests/functional: update the mips32el tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 21/32] tests/functional: remove unused kernel_command_line, Alex Bennée, 2025/01/08
- [PATCH v4 22/32] tests/functional: bail aarch64_virt tests early if missing TCG, Alex Bennée, 2025/01/08
- [PATCH v4 11/32] tests/functional: update the riscv64 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 12/32] tests/functional: update the s390x tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 10/32] tests/functional: update the riscv32 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 31/32] dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker, Alex Bennée, 2025/01/08
- [PATCH v4 15/32] tests/functional/aarch64: add tests for FEAT_RME, Alex Bennée, 2025/01/08