Commit Graph

5 Commits

Author SHA1 Message Date
Tomáš Hozza
0fe8739017
Test/unit-tests: don't enable tag repos in TF during prepare
TF renamed their tag repos, which makes out unit tests prepare step
fail. Moreover, these repos are now enabled by default, so there's no
value in enabling them explicitly.

Resolves: RHEL-111406

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2025-10-13 15:21:01 +02:00
Tomáš Hozza
652c405fd1
Tests: enable TF tag repository during the unit-tests plan
This should solve https://issues.redhat.com/browse/TFT-2810 and make
sure that the packages that the tested RPM was built against, are
available on the VM for installation.

Related: RHEL-56050

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2024-08-27 16:49:08 +02:00
Tomáš Hozza
a7239bd381
Run tests only on x86_64
Tests are intended to work only on x86_64. Other arches are tested in
the upstream.

Resolves: RHEL-32133

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2024-07-23 17:39:34 +02:00
Tomáš Hozza
3ab1933d04
Don't rely on rhpkg and centpkg tools
Since [1], TMT finally applies downstream patches when extracting
sources for testing. Fixing this took eternity, and in the meantime, we
moved to using rhpkg / centpkg to prepare the sources for testing. This
is however now causing a lot of pain in c10s / el10, because these tools
are not yet build for the new distro versions.

Let's move back to relying on TMT to extract sources and apply
downstream, patches.

[1] https://github.com/teemtee/tmt/pull/2641

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2024-05-31 12:13:49 +02:00
Alexander Todorov
55460c84da
Enable gating for RHEL-10
Resolves: RHELMISC-3930
2024-05-30 15:18:25 +02:00