diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-10-04 08:39:54 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-10-04 08:40:01 -0700 |
commit | ad86cfa92fad4689a88f284e8cf8e2ef0e293ec4 (patch) | |
tree | f8cdc83a546b038106190335bd26973de6a167a8 /templates/tests | |
parent | 3c9a2bf911fe0ff60a784b292d11a1055ba81f65 (diff) |
templates/tests: remove health-test
This test suite is no longer useful as the smoke tests are now serving
this purpose.
Change-Id: I3c7165f34a9e5f4db2ec0010da13a793cf5dfdda
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/health-test.jinja2 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/templates/tests/health-test.jinja2 b/templates/tests/health-test.jinja2 deleted file mode 100644 index 6170522..0000000 --- a/templates/tests/health-test.jinja2 +++ /dev/null @@ -1,21 +0,0 @@ -- test: - timeout: - minutes: 2 - definitions: - - repository: - metadata: - format: Lava-Test Test Definition 1.0 - name: inline-test - description: "Inline test to validate test framework health" - os: - - debian - scope: - - functional - run: - steps: - - lava-test-set start set-pass - - lava-test-case always-pass --shell true - - lava-test-set stop set-pass - from: inline - name: health-test - path: inline/health-test.yaml |