Refactor smoke test plan

This commit is contained in:
Mikolaj Izdebski 2022-08-23 09:06:49 +02:00
parent 0654f40efc
commit 2a9da76be8

View File

@ -1,6 +1,12 @@
summary: Basic smoke test
discover:
how: shell
tests:
- name: /smoke/show-version
test: ant -version
- name: /smoke/show-diagnostics
test: ant -diagnostics
- name: /smoke/hello-world
test: ant -v -f plans/smoke.xml hello
execute:
script:
- ant -version
- ant -diagnostics
- ant -v -f plans/smoke.xml hello
how: tmt