From 0404c4e8801d9c45241f44029545bd7692943642 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Mon, 16 Jul 2018 15:28:24 -0700 Subject: tests/health-test: remove always-fail Remove the always-fail test as it just creates false fail noise in the test results. Change-Id: I0389f8305fc97a6f9cc3d81c62ad31f8da496f0d Signed-off-by: Kevin Hilman --- templates/tests/health-test.jinja2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/tests/health-test.jinja2 b/templates/tests/health-test.jinja2 index 3b01dfe..6170522 100644 --- a/templates/tests/health-test.jinja2 +++ b/templates/tests/health-test.jinja2 @@ -6,7 +6,7 @@ metadata: format: Lava-Test Test Definition 1.0 name: inline-test - description: "Inline test to validate test framewrok health" + description: "Inline test to validate test framework health" os: - debian scope: @@ -16,9 +16,6 @@ - lava-test-set start set-pass - lava-test-case always-pass --shell true - lava-test-set stop set-pass - - lava-test-set start set-fail - - lava-test-case always-fail --shell false - - lava-test-set stop set-fail from: inline name: health-test path: inline/health-test.yaml -- cgit 1.2.3-korg