After recent upstream rebase few tests were failing:
* test_libc_futimes_works FAILED
* test_exports_normal FAILED
* test_exports_with_force_no_preserve_owner FAILED
* test_fat FAILED
Patches fixing those issues has been presented upstream shortly after
rebasing has been completed. This commit adds backport those fixes.
Resolves: RHEL-1770
RHEL uses this repo for releases. Part of the procedure is unit testing
which takes big amount of time. On some machines default 3h time limit
may be not long enough to complete tests.
This limit has been changed to 4h now.
Resolves: RHEL-1035
pytest version available in RHEL repos (especially on el8) is too old to
be used with osbuild tests and how we execute them. In order to keep the
test implementation the same across all distributions and their
versions, install pytest from pip and not system repositories.
Related: rhbz#2174847
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
Use `spectool`, instead of `rpmdev-spectool`, because it is available
only on c9s and el9 and the intention was to keep tests implementation
the same across all distributions and their versions. This makes the
test case identical to c8s / el8.
In addition, the output from the tool differs on c8s and c9s, therefore
simplify the extraction of the SRC_DIR using only one sed command, which
produces the desired output on c8s and c9s.
Related: rhbz#2174847
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
We have been running just a subset of osbuild unit tests and also not as
a root, so some of them would be skipped.
In addition, the downstream patches were never applied on sources which
were used for unit-testing. Thus if any issue with test was just
backported as a patch, this had no effect on the test result.
Rework how tests are executed by using a dedicated script which will
take care of the installation of test dependencies, preparation of
sources including application of downstream patches and execute all unit
tests.
Rework also the FMF test metadata and test discovery.
Related: rhbz#2174847
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
Previously, the integration test was always skipped in c9s. Rework it to
pick the correct image manifest based on the running distro and build it
using osbuild.
Pick manifests for the latest distro versions from the upstream
osbuild-composer repository. Use qcow2 image with customizations.
Related: rhbz#2132250
Signed-off-by: Tomáš Hozza <thozza@redhat.com>