From ad86cfa92fad4689a88f284e8cf8e2ef0e293ec4 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Thu, 4 Oct 2018 08:39:54 -0700 Subject: 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 --- templates/tests/health-test.jinja2 | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 templates/tests/health-test.jinja2 (limited to 'templates/tests/health-test.jinja2') 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 -- cgit 1.2.3-korg