-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: #1472
- Loading branch information
Showing
4 changed files
with
91 additions
and
1 deletion.
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,19 @@ | ||
Feature: The chroot_scan plugin | ||
|
||
@chroot_scan | ||
Scenario: Check that chroot_scan works and file permissions are correct | ||
Given chroot_scan is enabled for dnf5.log | ||
And an unique mock namespace | ||
When an online source RPM is rebuilt | ||
Then the build succeeds | ||
And dnf5.log file is in chroot_scan result dir | ||
And ownership of all chroot_scan files is correct | ||
|
||
@chroot_scan | ||
Scenario: Check that chroot_scan tarball is created correctly | ||
Given an unique mock namespace | ||
And chroot_scan is enabled for dnf5.log | ||
And chroot_scan is configured to produce tarball | ||
When an online source RPM is rebuilt | ||
Then the build succeeds | ||
And chroot_scan tarball has correct perms and provides dnf5.log |
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
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