Skip to content

Add manual test case for AUM rollback

Walter Lozano requested to merge wip/wlozano/aum-rollback-manual into apertis/v2025pre

Currently there are several AUM tests that are being executed in LAVA that ensures that the different scenarios are covered. Unfortunately due to the nature of how LAVA works, these tests do not take into account an important piece of software, the bootloader u-boot.

The bootloader is responsible of two important things to propoerly handle the rollback:

  • Increment the bootcount on each boot attempt
  • Switch to an alternative boot method in case of failure

To ensure that the whole system is working add a new manual test case.

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Merge request reports