diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-07-16 15:28:24 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-07-16 15:28:27 -0700 |
commit | 0404c4e8801d9c45241f44029545bd7692943642 (patch) | |
tree | 67abc6f57aaf9c7adcc4501381706f3f83c02e2b /templates | |
parent | 477f82fe9dfc6c7413a41a62a54efe29f7379c1e (diff) |
tests/health-test: remove always-failflounder_5.99.4flounder_5.99.3flounder_5.99.2flounder/5.99.4flounder/5.99.3flounder/5.99.25.99.45.99.35.99.2
Remove the always-fail test as it just creates false fail noise in the
test results.
Change-Id: I0389f8305fc97a6f9cc3d81c62ad31f8da496f0d
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tests/health-test.jinja2 | 5 |
1 files changed, 1 insertions, 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 |