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/tier0.fmf b/plans/tier0.fmf new file mode 100644 index 0000000..4ef8872 --- /dev/null +++ b/plans/tier0.fmf @@ -0,0 +1,29 @@ +# Tier 0 test plan. It's actually Tier 1 +# - limited to its public part +# - executed on the architecture at hand +# When run by osci.tier0 on CentOS Stream or RHEL, it receives the following +# context: +# arch=x86_64 (the architecture at hand, currently OSCI uses just x86_64) +# distro=rhel. (even for CentOS Stream builds) +# trigger=build + +summary: Tier 0 test plan +context: + component: gcc-toolset-15 +discover: + - name: collect_info + how: shell + tests: + - name: /info/rpms + test: rpm -qa --last + - name: public_tests + how: fmf + url: https://gitlab.com/redhat/centos-stream/tests/gcc-toolset-metapackage.git + filter: tier:1 +execute: + how: tmt +prepare+: + how: shell +environment+: + COLLECTIONS: gcc-toolset-15 + WITH_SCL: "scl enable gcc-toolset-15" diff --git a/tests/gts-smoketest/PURPOSE b/tests/gts-smoketest/PURPOSE deleted file mode 100644 index bdf2003..0000000 --- a/tests/gts-smoketest/PURPOSE +++ /dev/null @@ -1,3 +0,0 @@ -Test Name: gts-smoketest -Author: -Short Description: Check the metapackage installability diff --git a/tests/gts-smoketest/runtest.sh b/tests/gts-smoketest/runtest.sh deleted file mode 100755 index bc97b7c..0000000 --- a/tests/gts-smoketest/runtest.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -set -e -set -x - -# This is a metapackage. It's main purpose is to pull other packages -# into play via the rpm deps. -rpm -q gcc-toolset-15 -echo -echo RESULT: PASS diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 9dc0e12..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - tests: - - gts-smoketest - required_packages: - - scl-utils