From: Thomas Huth <thuth@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>, qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>
Subject: [PATCH 0/2] tests/functional: Add LinuxKernelTest class and convert Q800 test
Date: Tue, 27 Aug 2024 14:31:05 +0200 [thread overview]
Message-ID: <20240827123107.34475-1-thuth@redhat.com> (raw)
In-Reply-To: <aeb7bd72-095f-43cf-8216-18c341310915@linaro.org>
Here's how I'd suggest to convert the tests from
tests/avocado/boot_linux_console.py :
Copy the whole LinuxKernelTest class (well, let's drop extract_from_rpm
for now since it is completely unused), so we can copy the test code
with only some few modifications (using the Q800 test as an example here).
Thomas Huth (2):
tests/functional: Add the LinuxKernelTest for testing the Linux boot
process
tests/functional: Convert the m68k Q800 Avocado test into a functional
test
MAINTAINERS | 1 +
tests/avocado/boot_linux_console.py | 24 -------------
tests/functional/meson.build | 3 +-
tests/functional/qemu_test/__init__.py | 1 +
tests/functional/qemu_test/linuxkernel.py | 41 +++++++++++++++++++++++
tests/functional/test_m68k_q800.py | 37 ++++++++++++++++++++
6 files changed, 82 insertions(+), 25 deletions(-)
create mode 100644 tests/functional/qemu_test/linuxkernel.py
create mode 100755 tests/functional/test_m68k_q800.py
--
2.46.0
next prev parent reply other threads:[~2024-08-27 12:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-26 22:10 [PATCH 0/4] tests/functional: Convert Raspberry Pi avocado tests Philippe Mathieu-Daudé
2024-08-26 22:10 ` [PATCH 1/4] tests/functional: Add a class containing Linux kernel helpers Philippe Mathieu-Daudé
2024-08-27 5:34 ` Thomas Huth
2024-08-27 9:21 ` Philippe Mathieu-Daudé
2024-08-27 12:29 ` Thomas Huth
2024-08-27 12:31 ` Thomas Huth [this message]
2024-08-27 12:31 ` [PATCH 1/2] tests/functional: Add the LinuxKernelTest for testing the Linux boot process Thomas Huth
2024-08-27 12:31 ` [PATCH 2/2] tests/functional: Convert the m68k Q800 Avocado test into a functional test Thomas Huth
2024-08-26 22:10 ` [PATCH 2/4] tests/functional: Convert ARM Raspi2 avocado tests Philippe Mathieu-Daudé
2024-08-26 22:10 ` [PATCH 3/4] tests/functional: Convert Aarch64 Raspi3 " Philippe Mathieu-Daudé
2024-08-26 22:10 ` [PATCH 4/4] tests/functional: Convert Aarch64 Raspi4 " Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240827123107.34475-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=laurent@vivier.eu \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).