Skip to content

Commit

Permalink
Order outputs of repoinfo.feature scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
m-blaha authored and jan-kolarik committed Sep 5, 2023
1 parent 3259dc6 commit 9c4122f
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions dnf-behave-tests/dnf/repoinfo.feature
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,6 @@ Scenario: Repo info without arguments and option --all
And stdout matches line by line
"""
<REPOSYNC>
Repo ID : dnf-ci-fedora-updates
Name : dnf-ci-fedora-updates test repository
Status : disabled
Priority : 99
Cost : 1000
Type : available
Metadata expire : .*
Skip if unavailable : false
Config file : .*/etc/yum.repos.d/dnf-ci-fedora-updates.repo
URLs :
Base URL : .*/fixtures/repos/dnf-ci-fedora-updates
PGP :
Verify repodata : false
Verify packages : false
Repo ID : dnf-ci-fedora
Name : dnf-ci-fedora test repository
Status : enabled
Expand All @@ -105,6 +90,36 @@ Repodata info :
Revision : 1550000000
Updated : .*
Repo ID : dnf-ci-fedora-updates
Name : dnf-ci-fedora-updates test repository
Status : disabled
Priority : 99
Cost : 1000
Type : available
Metadata expire : .*
Skip if unavailable : false
Config file : .*/etc/yum.repos.d/dnf-ci-fedora-updates.repo
URLs :
Base URL : .*/fixtures/repos/dnf-ci-fedora-updates
PGP :
Verify repodata : false
Verify packages : false
Repo ID : dnf-ci-thirdparty
Name : dnf-ci-thirdparty test repository
Status : disabled
Priority : 99
Cost : 1000
Type : available
Metadata expire : .*
Skip if unavailable : false
Config file : .*/etc/yum.repos.d/dnf-ci-thirdparty.repo
URLs :
Base URL : .*/fixtures/repos/dnf-ci-thirdparty
PGP :
Verify repodata : false
Verify packages : false
Repo ID : dnf-ci-thirdparty-updates
Name : dnf-ci-thirdparty-updates test repository
Status : enabled
Expand All @@ -125,21 +140,6 @@ Repodata info :
Size : [0-9][0-9](\.[0-9])? KiB
Revision : 1550000000
Updated : .*
Repo ID : dnf-ci-thirdparty
Name : dnf-ci-thirdparty test repository
Status : disabled
Priority : 99
Cost : 1000
Type : available
Metadata expire : .*
Skip if unavailable : false
Config file : .*/etc/yum.repos.d/dnf-ci-thirdparty.repo
URLs :
Base URL : .*/fixtures/repos/dnf-ci-thirdparty
PGP :
Verify repodata : false
Verify packages : false
"""

@bz1793950
Expand Down

0 comments on commit 9c4122f

Please sign in to comment.