Skip to content
Snippets Groups Projects
Commit ca26ebfd authored by Frederic Danis's avatar Frederic Danis
Browse files

Fix parsing results of apparmor-ofono


Since apparmor-ofono runs a test suite with several tests fix the
parsing to allow LAVA to catch all the results.

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 69297632
No related branches found
No related tags found
1 merge request!405Fix parsing results of apparmor-ofono
Pipeline #338366 passed
Pipeline: apertis-test-cases-web

#338367

    ......@@ -44,4 +44,8 @@ run:
    - sudo ./run-test.sh
    parse:
    pattern: ^(?P<test_case_id>[\w\-\.]+):\s(?P<result>PASS|pass|FAIL|fail|SKIP|skip|UNKNOWN|unknown)$
    fixupdict:
    FAILED: fail
    PASSED: pass
    SKIP: skip
    pattern: ^(?P<test_case_id>.+)\:\s(?P<result>PASS|pass|FAIL|fail|SKIP|skip|UNKNOWN|unknown)
    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