Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable "Missing baseurl/metalink/mirrorlist" test #1642

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dnf-behave-tests/dnf/repo-sync.feature
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ Scenario: Missing baseurl/metalink/mirrorlist
@bz1605117
@bz1713627
# reported as https://github.com/rpm-software-management/dnf5/issues/2065
@xfail
Scenario: Nonexistent GPG key
Given I use repository "dnf-ci-fedora" with configuration
| key | value |
Expand All @@ -151,7 +150,8 @@ Scenario: Nonexistent GPG key
Then the exit code is 0
And stderr contains "Curl error \(37\): (Couldn't|Could not) read a file:// file for file:///.*/repos/dnf-ci-fedora/repodata/repomd.xml.asc"
And stderr contains ">>> Librepo error: GPG verification is enabled, but GPG signature is not available. This may be an error or the repository does not support GPG verification:"
And stderr contains "Ignoring repositories: dnf-ci-fedora"
# See https://github.com/rpm-software-management/dnf5/issues/2064.
# And stderr contains "Ignoring repositories: dnf-ci-fedora"


@bz1713627
Expand Down
Loading