Refactor smoke test plan
This commit is contained in:
parent
0654f40efc
commit
2a9da76be8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user