From b0b8875be07fcdcce34b4247eae5f8ea5d733e7b Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Tue, 21 Sep 2021 15:31:00 +0200 Subject: [PATCH] Store test in tests, not plans --- plans/smoke.fmf | 11 ++++++----- tests/smoke.fmf | 6 ++++++ plans/runtest.sh => tests/smoke.sh | 0 3 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 tests/smoke.fmf rename plans/runtest.sh => tests/smoke.sh (100%) 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