Skip to content

Commit

Permalink
Enable tests for enabling default module streams
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch authored and j-mracek committed Jan 29, 2024
1 parent 1ad155b commit 2be7ae7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dnf-behave-tests/dnf/module/defaults-streams.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Background:
And I use repository "dnf-ci-fedora"


@dnf5
@bz1657213
Scenario: The default stream is enabled when requiring module is enabled
When I execute dnf with args "module enable meson:master"
Expand Down
1 change: 1 addition & 0 deletions dnf-behave-tests/dnf/module/defaults.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Background:
And I use repository "dnf-ci-fedora"


@dnf5
Scenario: The default stream is used when enabling a module
When I execute dnf with args "module enable nodejs"
Then the exit code is 0
Expand Down
1 change: 1 addition & 0 deletions dnf-behave-tests/dnf/module/enable.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Background:
Given I use repository "dnf-ci-fedora-modular"


@dnf5
Scenario Outline: Enable a module stream by <modulespec-type>
When I execute dnf with args "module enable <modulespec>"
Then the exit code is 0
Expand Down

0 comments on commit 2be7ae7

Please sign in to comment.