diff options
-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 |