diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plans/smoke.fmf b/plans/smoke.fmf new file mode 100644 index 0000000..dd422b1 --- /dev/null +++ b/plans/smoke.fmf @@ -0,0 +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: + how: tmt diff --git a/plans/smoke.xml b/plans/smoke.xml new file mode 100644 index 0000000..8d9833c --- /dev/null +++ b/plans/smoke.xml @@ -0,0 +1,5 @@ + + + + +