mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] test: add/document pytest --graphic, --env, --fs
@ 2025-07-08 19:35 Ahmad Fatoum
  2025-07-08 19:35 ` [PATCH 1/4] test: update requirement to Labgrid v25.0 Ahmad Fatoum
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ahmad Fatoum @ 2025-07-08 19:35 UTC (permalink / raw)
  To: barebox; +Cc: Dang Huynh

The --env and --fs options are very useful for passing stuff into QEMU
without having to assemble images or type stuff into the console.

Document them and add a new --graphic option that spawns either a Bochs
ISA, PCI or a ramfb graphic device depending on the target.

Ahmad Fatoum (4):
  test: update requirement to Labgrid v25.0
  test: drop now superfluous extra_args
  test: document pytest --env and --fs options
  test: add support for pytest --graphic

 Documentation/boards/emulated.rst             | 21 +++++++++++++++++++
 conftest.py                                   | 20 +++++++++++++++++-
 test/Containerfile                            |  2 +-
 test/arm/a15@multi_v7_defconfig.yaml          |  2 +-
 test/arm/a9@multi_v7_defconfig.yaml           |  2 +-
 .../qemu-raspi0@multi_v5_v6_defconfig.yaml    |  2 +-
 .../qemu-raspi1ap@multi_v5_v6_defconfig.yaml  |  2 +-
 test/arm/qemu-raspi2b@multi_v7_defconfig.yaml |  2 +-
 test/arm/qemu-raspi3b@multi_v8_defconfig.yaml |  1 +
 .../qemu-sabrelite@multi_v7_defconfig.yaml    |  1 +
 test/arm/virt@multi_v7_defconfig.yaml         |  2 +-
 test/arm/virt@multi_v8_defconfig.yaml         |  2 +-
 test/mips/be@qemu-malta_defconfig.yaml        |  2 +-
 test/mips/qemu-malta64el_defconfig.yaml       |  2 +-
 test/mips/qemu-maltael_defconfig.yaml         |  2 +-
 test/openrisc/generic_defconfig.yaml          |  2 +-
 test/riscv/qemu-virt64@rv64i_defconfig.yaml   |  2 +-
 test/riscv/qemu@virt32_defconfig.yaml         |  2 +-
 test/riscv/sifive@rv64i_defconfig.yaml        |  2 +-
 test/strategy.py                              |  4 ++--
 test/x86/pc@efi_defconfig.yaml                |  1 +
 test/x86/q35@efi_defconfig.yaml               |  1 +
 test/x86/virtio@efi_defconfig.yaml            |  1 +
 23 files changed, 62 insertions(+), 18 deletions(-)

-- 
2.39.5




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

end of thread, other threads:[~2025-07-08 20:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-08 19:35 [PATCH 0/4] test: add/document pytest --graphic, --env, --fs Ahmad Fatoum
2025-07-08 19:35 ` [PATCH 1/4] test: update requirement to Labgrid v25.0 Ahmad Fatoum
2025-07-08 19:35 ` [PATCH 2/4] test: drop now superfluous extra_args Ahmad Fatoum
2025-07-08 19:35 ` [PATCH 3/4] test: document pytest --env and --fs options Ahmad Fatoum
2025-07-08 19:36 ` [PATCH 4/4] test: add support for pytest --graphic Ahmad Fatoum

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