mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] test: test recent regressions/features
@ 2025-06-23  6:26 Ahmad Fatoum
  2025-06-23  6:26 ` [PATCH 1/3] test: self: idr: add test for idr_remove in idr_for_each_entry Ahmad Fatoum
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Ahmad Fatoum @ 2025-06-23  6:26 UTC (permalink / raw)
  To: barebox

We had a couple of regressions around unmounting, for which fixes are
already in master or in-flight.

This series adds tests for that and also a new test for bootchooser.
They are combined just for convenience as they share dependencies.

This series depends on the patches in following series:
  - 20250623062032.3527006-1-a.fatoum@barebox.org
  - 20250623062253.3528292-1-a.fatoum@barebox.org

Ahmad Fatoum (3):
  test: self: idr: add test for idr_remove in idr_for_each_entry
  test: py: test mount/unmount of pstore file system
  test: py: add bootchooser attempt decrement and locking test

 arch/arm/configs/multi_v5_v6_defconfig       |   1 +
 arch/arm/configs/multi_v7_defconfig          |   1 +
 arch/arm/configs/multi_v8_defconfig          |   1 +
 common/boards/qemu-virt/qemu-virt-flash.dtso |   5 +
 test/arm/virt@multi_v7_defconfig.yaml        |   1 +
 test/arm/virt@multi_v8_defconfig.yaml        |   1 +
 test/py/helper.py                            |  63 ++++++++
 test/py/test_bootchooser.py                  | 158 +++++++++++++++++++
 test/py/test_mount.py                        |  21 +++
 test/riscv/qemu-virt64@rv64i_defconfig.yaml  |   1 +
 test/riscv/qemu@virt32_defconfig.yaml        |   1 +
 test/self/idr.c                              |   8 +
 12 files changed, 262 insertions(+)
 create mode 100644 test/py/test_bootchooser.py
 create mode 100644 test/py/test_mount.py

-- 
2.39.5




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

end of thread, other threads:[~2025-06-23  9:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-23  6:26 [PATCH 0/3] test: test recent regressions/features Ahmad Fatoum
2025-06-23  6:26 ` [PATCH 1/3] test: self: idr: add test for idr_remove in idr_for_each_entry Ahmad Fatoum
2025-06-23  6:26 ` [PATCH 2/3] test: py: test mount/unmount of pstore file system Ahmad Fatoum
2025-06-23  8:37   ` Ahmad Fatoum
2025-06-23  9:26     ` Sascha Hauer
2025-06-23  6:26 ` [PATCH 3/3] test: py: add bootchooser attempt decrement and locking test Ahmad Fatoum
2025-06-23  8:35 ` [PATCH 0/3] test: test recent regressions/features Sascha Hauer

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