Commit graph

15 commits

Author SHA1 Message Date
Jarek Prokop
60cb7d2fe3 Remove reverse dependency build for orpahned rubygem-nifti.
Since the package was orphaned, it is no longer a Fedora reverse
dependency.
2026-08-11 14:45:22 +02:00
Jarek Prokop
9d4635d50f Disable /tests/basic_test_suites/simple_cucumber_use/ test.
It requires rubygem-jekyll which is not available in Fedora anymore, the
package was orphaned. It is testing in upstream a gem
"jekyll-git-authors" that uses cucumber, but it needs jekyll for the
cucumber suite. For now there isn't a replacement, therefore rather
disable the test.
2026-08-11 14:43:31 +02:00
Jarek Prokop
535dd1c875 Initial README describing the test suite usage and maybe function. 2024-12-09 20:11:35 +01:00
Jarek Prokop
d6c7ae5c60 Reverse dependencies install suite. 2024-07-15 15:25:27 +02:00
Jarek Prokop
0d3513dc82 reverse_dependencies_install/cucumber_install: $PACKAGE is not needed. 2024-07-15 15:10:20 +02:00
Jarek Prokop
466439e862 reverse_dependencies_install/aruba_install: $PACKAGE is not needed. 2024-07-15 15:09:16 +02:00
Jarek Prokop
b5c74d5068 Don't allow package downgrades on dnf install checks.
Since the state is shared as we are using the system instead of
some fake dnf root, installing it will result in downgrading the
installed version used for tests.
2024-07-10 17:56:19 +02:00
Jarek Prokop
589f0c027e basic_test_suites/cucumber_with_aruba: tee the output instead of just redirecting it. 2024-07-10 17:01:05 +02:00
Jarek Prokop
2479b4a773 basic_test_suites/simple_cucumber_use: remove unnecessary $PACKAGE variable. 2024-07-10 17:00:22 +02:00
Jarek Prokop
a63fe8117f basic_test_suites/cucumber_with_aruba has no need to know the PACKAGE.
The test suite makes no use of the variable.
2024-07-09 10:43:33 +02:00
Jarek Prokop
e29e198d29 Create a plan to be imported by individual packages.
Since TMT 1.19 plans can be imported remotely. Since we are
mostly dealing with 99% copy-paste plans in individual packages
it makes more sense to deduplicate them into this repository.
2024-07-04 17:32:25 +02:00
Jarek Prokop
1ebc1fc554 Increase timeout for tests using mock.
When doing a fresh mock build (=~ no cached build root) the test can take
a bit over 5 minutes. Since 5 minutes is the default timeout, bump it
to 10 minutes for these tests.

Since rubygem packages require little to no compilation, the builds
are quite fast overall, so only 10m is reasonable for the package set
tested for the rubygem-cucumber stack.

This might require further adjustments as runtime of the test is also
affected by network speed, available CPU power, how long the
compilation/build takes, how long do the tests run, etc...
2024-07-04 15:12:00 +02:00
Jarek Prokop
772286400c Init fmf version. 2024-02-22 14:40:52 +01:00
Jarek Prokop
33db2e0e28 Initial import. 2024-02-22 14:38:34 +01:00
releng bot
2ec083d1f6 Added the README 2024-02-22 09:00:32 +00:00