forked from rpm-software-management/mock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
behave: new test for dnf4 chroot without bootstrap
Relates: rpm-software-management#1476
- Loading branch information
Showing
3 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Feature: Mock is able to work with dnf4 chroots | ||
|
||
@dnf4 | ||
Scenario: Building a DNF4 chroot without bootstrap chroot | ||
Given an unique mock namespace | ||
And mock is always executed with "--no-bootstrap-chroot" | ||
When an online source RPM is rebuilt against centos-stream+epel-9-x86_64 | ||
Then the build succeeds |
This file contains 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
This file contains 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