On 10/10/25 16:18, Tom Rini wrote:
On Fri, Oct 10, 2025 at 03:47:14PM +0200, Heinrich Schuchardt wrote:
On 10/10/25 15:44, Tom Rini wrote:
This is not intended to apply directly as currently it leads to the
sandbox.py (and sandbox build with clang) tests failing as the efi
selftest now has 4 failures when before it had zero.
Signed-off-by: Tom Rini <[email protected]>
Why wouldn't we try to move to the current release 8.4.2?
My first move was to 8.4.2, which had this failure. I jumped back to
7.4.5 which doesn't (so that we can move forward with newer labgrid
support). I then started slowly incrementing to see when the failure was
introduced (as it can be helpful to look at the upstream changelogs to
have an idea why our tests now fail) and luckily it seems to be in the
8.0.x range.
The issue is due to a change of the sequence in which tests are running.
test/py/tests/test_efi_bootmgr.py before
test/py/tests/test_efi_secboot/*. With newer pytest it is running after
the secure boot tests.
Cf.
[PATCH 1/1] test: uninstall PK after secboot tests
https://lore.kernel.org/u-boot/20251010205514.GG298503@bill-the-cat/T/#t
Best regards
Heinrich