Skip to content
Snippets Groups Projects
Commit 6fcc2641 authored by Siva Krishna Prasad Chinthalapudi's avatar Siva Krishna Prasad Chinthalapudi Committed by Dylan Aïssi
Browse files

Fix: LAVA job Incorrect status for grilo testcase

parent d7f3337f
No related branches found
No related tags found
1 merge request!541Forward port from v2024dev1 to v2024dev2
......@@ -160,3 +160,9 @@ run:
- "# Execute the following command:"
- sudo ./grilo-test.sh
parse:
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