From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH 0/4] efi: add EFI loader integration test
Date: Thu, 18 Dec 2025 15:48:43 +0100 [thread overview]
Message-ID: <20251218144950.3068179-1-a.fatoum@pengutronix.de> (raw)
For basic testing of the EFI loader support, add a Labgrid environment
capable of booting through barebox into Debian and some basic tests
checking in Linux that things are as we expect it.
This is intentionally not wired into CI as I don't want to hit Debian
infra on every test run. Github Actions supports caching for that, but
until this is done, we expect the Debian nocloud image to be manually
downloaded.
Ahmad Fatoum (4):
test: py: strategy: add OS shell state
test: py: add simple SMBIOS tests
test: py: add simple EFI loader integration test
test: arm: add Labgrid env YAML for multi_v8_efiloader_defconfig
conftest.py | 6 +++
test/arm/multi_v8_efiloader_defconfig.yaml | 33 ++++++++++++
test/py/test_linux_efiloader.py | 59 ++++++++++++++++++++++
test/py/test_linux_smbios.py | 30 +++++++++++
test/strategy.py | 11 ++++
5 files changed, 139 insertions(+)
create mode 100644 test/arm/multi_v8_efiloader_defconfig.yaml
create mode 100644 test/py/test_linux_efiloader.py
create mode 100644 test/py/test_linux_smbios.py
--
2.47.3
next reply other threads:[~2025-12-18 14:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-18 14:48 Ahmad Fatoum [this message]
2025-12-18 14:48 ` [PATCH 1/4] test: py: strategy: add OS shell state Ahmad Fatoum
2025-12-18 14:48 ` [PATCH 2/4] test: py: add simple SMBIOS tests Ahmad Fatoum
2025-12-18 14:48 ` [PATCH 3/4] test: py: add simple EFI loader integration test Ahmad Fatoum
2025-12-18 14:48 ` [PATCH 4/4] test: arm: add Labgrid env YAML for multi_v8_efiloader_defconfig Ahmad Fatoum
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=20251218144950.3068179-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.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