Skip to content

T7217: fix AUM crash detection

Denis Pynkin requested to merge wip/d4s/T7217_false_positive_fix into apertis/v2022dev1

If AUM is crashed by any reason (SIGSEGV for example) the function apply_update_sync don't detect that behavior and exit with error code after timeout (~8 min). This is leading to false positive result in test if we are expecting the update failure.

  • Added the check of AUM restart by systemd and return code 99 for that case.
  • Fix potential false positive tests

Merge request reports