Skip to content

Commit

Permalink
Test for repoquery --querytags option
Browse files Browse the repository at this point in the history
  • Loading branch information
m-blaha authored and pkratoch committed Jun 28, 2019
1 parent ee186a3 commit da53c64
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dnf-behave-tests/features/repoquery.feature
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,18 @@ Given I use the repository "dnf-ci-thirdparty"
.+/fixtures/repos/dnf-ci-thirdparty/src/SuperRipper-1.0-1.src.rpm
.+/fixtures/repos/dnf-ci-thirdparty/x86_64/SuperRipper-1.0-1.x86_64.rpm
"""


Scenario: dnf repoquery --querytags is working
When I execute dnf with args "repoquery --querytags"
Then the exit code is 0
And stdout is
"""
Available query-tags: use --queryformat ".. %{tag} .."
name, arch, epoch, version, release, reponame (repoid), evr,
debug_name, source_name, source_debug_name,
installtime, buildtime, size, downloadsize, installsize,
provides, requires, obsoletes, conflicts, sourcerpm,
description, summary, license, url
"""

0 comments on commit da53c64

Please sign in to comment.