Skip to content

Commit

Permalink
Enable install-provides tests for dnf5
Browse files Browse the repository at this point in the history
  • Loading branch information
m-blaha authored and kontura committed Nov 27, 2023
1 parent ebf772f commit f106c0e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions dnf-behave-tests/dnf/install-provides.feature
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@dnf5
Feature: Install RPMs by provides


@dnf5daemon
@dnf5
Scenario: Install an RPM by provide that equals to e:v-r
Given I use repository "dnf-ci-fedora"
When I execute dnf with args "install 'filesystem = 0:3.9-2.fc29'"
Expand All @@ -14,7 +14,6 @@ Scenario: Install an RPM by provide that equals to e:v-r


@dnf5daemon
@dnf5
Scenario: Install an RPM by provide that is greater than e:vr
Given I use repository "dnf-ci-fedora"
When I execute dnf with args "install 'filesystem > 0:3.9-2'"
Expand All @@ -26,7 +25,6 @@ Scenario: Install an RPM by provide that is greater than e:vr


@dnf5daemon
@dnf5
Scenario: Install an RPM by provide that is greater than e:vr without space
Given I use repository "dnf-ci-fedora"
When I execute dnf with args "install 'filesystem >0:3.9-2'"
Expand All @@ -38,7 +36,6 @@ Scenario: Install an RPM by provide that is greater than e:vr without space


@dnf5daemon
@dnf5
Scenario: Install an RPM by provide that is greater or equal to e:vr
Given I use repository "dnf-ci-fedora"
When I execute dnf with args "install 'filesystem >= 0:3.9-2'"
Expand All @@ -50,7 +47,6 @@ Scenario: Install an RPM by provide that is greater or equal to e:vr


@dnf5daemon
@dnf5
Scenario: Install an RPM by provide that is lower than e:vr
Given I use repository "dnf-ci-fedora"
And I use repository "dnf-ci-fedora-updates"
Expand All @@ -67,7 +63,6 @@ Scenario: Install an RPM by provide that is lower than e:vr


@dnf5daemon
@dnf5
Scenario: Install an RPM by provide that is lower or equal to e:vr
Given I use repository "dnf-ci-fedora"
And I use repository "dnf-ci-fedora-updates"
Expand All @@ -84,7 +79,6 @@ Scenario: Install an RPM by provide that is lower or equal to e:vr


@dnf5daemon
@dnf5
Scenario: I can install an RPM by $provide where $provide is key
Given I use repository "dnf-ci-fedora"
And I execute dnf with args "install webclient"
Expand All @@ -94,9 +88,6 @@ Scenario: I can install an RPM by $provide where $provide is key
| install | wget-0:1.19.5-5.fc29.x86_64 |


# @dnf5
# TODO(nsella) rpmdb check fail
# No match for argument: /var/db/
Scenario Outline: I can install an RPM by <provide type>
Given I use repository "dnf-ci-fedora"
And I execute dnf with args "install <provide> "
Expand All @@ -120,7 +111,6 @@ Examples:
| directory provide | /var/db/ |

@dnf5daemon
@dnf5
Scenario: Install package using binary name
# wget provides binary wget-bivary, but it is not explicitly in provides
Given I use repository "dnf-ci-fedora"
Expand Down

0 comments on commit f106c0e

Please sign in to comment.