File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Feature: Tests for environment list and info commands
33
44Background : Enable repo and mark an environment as installed
55 Given I use repository "comps-group-list"
6+ # Create the installed environment manually so the test can be
7+ # used by dnf5daemon because it doesn't implement the environment
8+ # install command yet.
69 And I create file "/usr/lib/sysimage/libdnf5/environments.toml" with
710 """
811 version = "1.0"
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Feature: Tests for group list and info commands
33
44Background : Enable repo and mark a group as installed
55 Given I use repository "comps-group-list"
6+ # Create the installed group manually so the test can be
7+ # used by dnf5daemon because it doesn't implement the group
8+ # install command yet.
69 Given I create file "/usr/lib/sysimage/libdnf5/groups.toml" with
710 """
811 version = "1.0"
You can’t perform that action at this time.
0 commit comments