diff --git a/plans/smoke.fmf b/plans/smoke.fmf index b1d4a16..1c67208 100644 --- a/plans/smoke.fmf +++ b/plans/smoke.fmf @@ -1,6 +1,7 @@ -summary: Basic smoke test -prepare: - how: install - package: [genisoimage, coreutils, isomd5sum] +summary: Smoke tests for isomd5sum tools + +discover: + how: fmf + execute: - script: plans/runtest.sh + how: tmt diff --git a/tests/smoke.fmf b/tests/smoke.fmf new file mode 100644 index 0000000..66450d8 --- /dev/null +++ b/tests/smoke.fmf @@ -0,0 +1,6 @@ +summary: Basic smoke test +contact: Radek Vykydal +path: /tests +test: ./smoke.sh +duration: 30m +require: [genisoimage, coreutils, isomd5sum] diff --git a/plans/runtest.sh b/tests/smoke.sh similarity index 100% rename from plans/runtest.sh rename to tests/smoke.sh