Skip to content
Snippets Groups Projects
Commit 8d9fb474 authored by Detlev Casanova's avatar Detlev Casanova
Browse files

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


--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.

Signed-off-by: default avatarDetlev Casanova <detlev.casanova@collabora.com>
parent 484b1446
No related branches found
No related tags found
1 merge request!413boot-performance: Remove the --no-lava argument
Pipeline #341211 passed
Pipeline: apertis-test-cases-web

#341212

    ......@@ -88,5 +88,5 @@ run:
    steps:
    - "# Enter test directory:"
    - cd boot-performance-automated
    - "common/run-test-in-systemd --timeout=900 --no-lava --name=boot-performance-automated sh -c './run-test.sh | sed \"/^(.*/ s/\\$/ :pass/\"'"
    - common/run-test-in-systemd --timeout=900 --name=boot-performance-automated ./run-test.sh
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment