Commit Graph

4 Commits

Author SHA1 Message Date
Paweł Poławski b56a763f50 Tests: Update GOFLAGS for tests
Existing GOFLAGS system variable has been updated and now it contains:
-mod=vendor
-tags=exclude_graphdriver_btrfs
2024-02-17 09:20:59 +01:00
Tomas Hozza 3c26cc981f
tests/unit: install build requires from SPEC
The unit test uses Golang to directly execute unit tests from dist-git
sources. Running unit tests requires all package build dependencies to
be installed. Previously, this was handled by explicitly specifying all
package build dependencies as a test dependencies. This results in the
requirement to update the unit test for any new release with additional
build dependency. This information is already encoded in the SPEC file
and it is not really specific to the unit test.

Move away from specifying package build dependencies as the test
dependency and install BuildRequires from the package SPEC as part of
the test case.

Related: rhbz#2059870
2022-07-18 14:34:06 +02:00
Ondřej Budai cfe552ec43
Port gating improvements from 8.6/9.0
Let's print more information about the machine - the list of all installed RPMs
and the list of all repositories (including the filenames - that's why find is
used). Also, the old WORKSPACE workaround was removed (no longer needed).
The timeout for unit tests is now longer and we use the up-to-date RHEL 9
keys.

This commit also removes a lot of the tests, see the reasoning inline. The
process just took way too long. We have upstream CI and we have also the
nightly pipeline so we should be fine even though we remove some bits from
here.

The repositories were also removed, rhel-9.json is actually not used anymore
in recent RHEL versions and the test should just use their own stable
snapshots nevertheless.

Related: rhbz#2059870
2022-05-04 18:18:27 +02:00
Brian C. Lane 53595c6430 Update to 44
+ Use tmt based tests instead of STI
+ Disable tmt integration tests for CS9 (needs RH resources)

Resolves: rhbz#2011877
2022-02-14 14:34:33 +01:00