mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] efi: add EFI loader integration test
@ 2025-12-18 14:48 Ahmad Fatoum
  2025-12-18 14:48 ` [PATCH 1/4] test: py: strategy: add OS shell state Ahmad Fatoum
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ahmad Fatoum @ 2025-12-18 14:48 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-12-18 14:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-18 14:48 [PATCH 0/4] efi: add EFI loader integration test Ahmad Fatoum
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox