bootc: Port framework and tests from dnf-4-stack#1876
Open
evan-goode wants to merge 1 commit into
Open
Conversation
Implement a framework for running tests on bootc systems, and add tests for `dnf5 --transient` This is mostly a straightforward merge of the bootc testing framework from the dnf-4-stack branch to the main DNF5 branch.
Member
Author
|
/packit test rpm-software-management/dnf5#2727 |
Member
Author
|
The CI failures on F42 and Rawhide are due to Packit trying to install RPMs it shouldn't. On F42, it tries to install dnf5-plugin-manifest (fails because libpkgmanifest is not available on F42), and on Rawhide, it tries to install dnf5 from both the regular build and the WITH_MODULEMD=OFF build. The CI on the dnf5 PR runs correctly (although without this ci-dnf-stack PR), the problem only happens when testing across two PRs like this. packit/packit-service#1720 might be related. It shouldn't matter once we move the DNF5 integration tests under the dnf5 repo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement a framework for running tests on bootc systems, and add tests for
dnf5 --transientThis is mostly a straightforward merge of the bootc testing framework from the dnf-4-stack branch to the main DNF5 branch.