From: Ahmad Fatoum <a.fatoum@barebox.org>
To: barebox@lists.infradead.org
Subject: [PATCH 0/3] test: test recent regressions/features
Date: Mon, 23 Jun 2025 08:26:38 +0200 [thread overview]
Message-ID: <20250623062641.3529615-1-a.fatoum@barebox.org> (raw)
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
next reply other threads:[~2025-06-23 6:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-23 6:26 Ahmad Fatoum [this message]
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
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=20250623062641.3529615-1-a.fatoum@barebox.org \
--to=a.fatoum@barebox.org \
--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