From 6d56595f9738d2cb5faed93911966d4efc84b38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Dalleau?= <frederic.dalleau@collabora.com> Date: Sat, 22 Jun 2019 10:44:33 +0000 Subject: [PATCH] Fix nfsroot-simple-test test reporting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Frédéric Dalleau <frederic.dalleau@collabora.com> --- test-cases/nfsroot-simple-boot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-cases/nfsroot-simple-boot.yaml b/test-cases/nfsroot-simple-boot.yaml index 1225662..613e127 100644 --- a/test-cases/nfsroot-simple-boot.yaml +++ b/test-cases/nfsroot-simple-boot.yaml @@ -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>[^:]+):' -- GitLab