From 991b7ae1c4ad0bcdb9eef7de0cc5a3e0a02931c4 Mon Sep 17 00:00:00 2001 From: Scott Poore Date: Wed, 7 Aug 2024 15:21:28 -0500 Subject: [PATCH] Update gating tests for tmt --- {tests/.fmf => .fmf}/version | 0 plans/all.fmf | 16 ++++++++++++++++ tests/scripts/main.fmf | 5 +++++ tests/scripts/run_tests.sh | 0 tests/tests.yml | 2 +- 5 files changed, 22 insertions(+), 1 deletion(-) rename {tests/.fmf => .fmf}/version (100%) create mode 100644 plans/all.fmf create mode 100644 tests/scripts/main.fmf mode change 100644 => 100755 tests/scripts/run_tests.sh diff --git a/tests/.fmf/version b/.fmf/version similarity index 100% rename from tests/.fmf/version rename to .fmf/version diff --git a/plans/all.fmf b/plans/all.fmf new file mode 100644 index 0000000..4e048d6 --- /dev/null +++ b/plans/all.fmf @@ -0,0 +1,16 @@ +summary: Run gating tests +discover: + how: fmf + dist-git-source: true + dist-git-type: centos +prepare: + - how: install + package: + - dnf-plugins-core + - how: install + package: + - mod_auth_openidc + - git + +execute: + how: tmt diff --git a/tests/scripts/main.fmf b/tests/scripts/main.fmf new file mode 100644 index 0000000..5b88183 --- /dev/null +++ b/tests/scripts/main.fmf @@ -0,0 +1,5 @@ +summary: Run mod_auth_openidc gating tests +require: + - git +test: ./run_tests.sh +duration: 30m diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh old mode 100644 new mode 100755 diff --git a/tests/tests.yml b/tests/tests.yml index 8763ff5..294ba0d 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -4,7 +4,7 @@ tags: - classic tests: - - mod_auth_mellon: + - mod_auth_openidc: dir: scripts run: ./run_tests.sh required_packages: