Skip to content

Commit

Permalink
Test for listing manual repository without cpeid
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik authored and j-mracek committed Aug 10, 2022
1 parent 7ab99ec commit 91f3b7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dnf-behave-tests/dnf/repolist.feature
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,13 @@ Repo-expire : .*
Repo-filename : .*/etc/yum.repos.d/dnf-ci-thirdparty-updates.repo
Total packages: 295
"""

@bz2066334
Scenario: Repolist in verbose mode with manual repository having no cpeid
Given I use repository "manual-test"
And I copy repository "manual-test" for modification
And I generate repodata for repository "manual-test" with extra arguments "--distro RHEL8"
And I use repository "manual-test"
When I execute dnf with args "repolist --verbose"
Then the exit code is 0
And stderr does not contain "Error: basic_string"

0 comments on commit 91f3b7e

Please sign in to comment.