Skip to content
Snippets Groups Projects
Commit 6d56595f authored by Frédéric Dalleau's avatar Frédéric Dalleau
Browse files

Fix nfsroot-simple-test test reporting


This test used a simple echo pass. The qa report was not able to
understand that the test passed successfully because it eliminated
tests results of the "lava" test group.
Use the specific lava tool for reporting instead

Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
parent 8c49ae31
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ metadata:
run:
steps:
- echo pass
- lava-test-case nfsroot-simple-boot --result pass
parse:
pattern: 'TEST_RESULT:(?P<result>\w+):(?P<test_case_id>[^:]+):'
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