Commit Graph

6 Commits

Author SHA1 Message Date
Martin Cermak
101cd9b6c3 CI testing: Fix the SRPM download
Usually, this test is used for gating ltrace.  In such case the
Fedora infrastructure offers the SRPM along with other ltrace
subrpms within a repo called "test-artifacts".

However, this test is also used to test dejagnu, because ltrace
has dejagnu based testsuite.  In such case the "test-artifacts"
repo has dejagnu, but not ltrace.

We need to be able to get the ltrace SRPM in both cases.
2021-11-12 09:09:08 +01:00
Václav Kadlčík
809fa26deb Fix the setup in tests/Sanity/testsuite
"koji download-build" is a wrong tool to download artifacts being
tested. They are freshly scratch-built and hosted in a local repo
called "test-artifacts" unknown to koji. Using "dnf download"
directly and limited to that specific repo is a correct way to
reach them.

I'm adding a fallback using the repo's local files just in case
"dnf" suffers some temporary hiccup.
2021-09-24 13:12:50 +02:00
Václav Kadlčík
0e4ab8cfe4 Import RHEL's wrapper for the upstream test suite
Note: In RHEL, it's "testsuite2" outside of categories, here I'm adding
      it to the Sanity category.
Note: I've filed https://bugzilla.redhat.com/show_bug.cgi?id=1963110
      and included it as a known failure to make this test pass.
2021-08-17 16:31:24 +00:00
Václav Kadlčík
0554fda54f Import RHEL's test Sanity/random-apps
Note than several sub-tests (apps) had to be removed as unsuitable
for publishing.
2021-08-17 16:31:24 +00:00
Václav Kadlčík
c8ea90148a Import RHEL's test for RFE #1449588 2021-08-17 16:31:24 +00:00
Václav Kadlčík
e84d51dcc0 Introduce CI gating with a simple test 2021-01-18 16:44:54 +01:00