Skip to content

boot-performance: Remove the --no-lava argument

Detlev Casanova requested to merge wip/detlev/fix-boot-perf-test into apertis/v2023dev1

--no-lava is used because the test step was adding ':pass' at the end of each line. This was then parsed by the parse: pattern: line.

The test is only printing values (nothing is actually checked) so there is no need to add the :pass, just let run-test-in-systemd report the status of the command to LAVA.

Merge request reports