mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] test: arm: boot test Debian image in CI
@ 2026-01-09 16:57 Ahmad Fatoum
  2026-01-09 16:57 ` [PATCH 1/5] test: arm: multi_v8_efiloader_defconfig: use qcow2 image Ahmad Fatoum
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ahmad Fatoum @ 2026-01-09 16:57 UTC (permalink / raw)
  To: barebox

So far, we had no automated tests that actually booted a kernel
on every push (or PR). This series addresses this by 
a Debian ARM64 image and trying to boot it three times:

  - via GRUB
  - directly via kernel EFI stub
  - directly without EFI

Ahmad Fatoum (5):
  test: arm: multi_v8_efiloader_defconfig: use qcow2 image
  test: py: strategy: add helpers for booting kernel and bootm
  test: py: efiloader: prepare get_dmesg for more general usage
  test: py: add more kernel boot tests
  ci: add Debian ARM64 EFI loader boot test

 .github/workflows/test-labgrid-pytest.yml  | 20 ++++++
 .gitignore                                 |  4 ++
 scripts/fetch-os.sh                        | 35 ++++++++++
 test/arm/multi_v8_efiloader_defconfig.yaml |  7 +-
 test/py/test_fit.py                        |  2 +-
 test/py/test_linux_efiloader.py            | 75 +++++++++++++++++++++-
 test/strategy.py                           | 36 ++++++++++-
 7 files changed, 171 insertions(+), 8 deletions(-)
 create mode 100755 scripts/fetch-os.sh

-- 
2.47.3




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

end of thread, other threads:[~2026-01-09 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-09 16:57 [PATCH 0/5] test: arm: boot test Debian image in CI Ahmad Fatoum
2026-01-09 16:57 ` [PATCH 1/5] test: arm: multi_v8_efiloader_defconfig: use qcow2 image Ahmad Fatoum
2026-01-09 16:57 ` [PATCH 2/5] test: py: strategy: add helpers for booting kernel and bootm Ahmad Fatoum
2026-01-09 16:57 ` [PATCH 3/5] test: py: efiloader: prepare get_dmesg for more general usage Ahmad Fatoum
2026-01-09 16:57 ` [PATCH 4/5] test: py: add more kernel boot tests Ahmad Fatoum
2026-01-09 16:57 ` [PATCH 5/5] ci: add Debian ARM64 EFI loader boot test Ahmad Fatoum

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