ant/plans/smoke.fmf

13 lines
275 B
Plaintext
Raw Normal View History

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:
how: tmt