[stable-2.18] dnf tests: unique environment/group name (#84785) (#84786)

Prevents `Group state for \"customenvgroup\" not found` error which may
or may not be a regression in dnf5. Just name groups/envs uniquely to
workaround the issue.
(cherry picked from commit 09391f38f0)
pull/84810/head
Martin Krizek 9 months ago committed by GitHub
parent 2c0ce79ff5
commit 5307ef6e63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@
<group> <group>
<id>customenvgroup</id> <id>customenvgroup</id>
<name>Custom Environment Group</name> <name>Custom Group in Environment</name>
<description></description> <description></description>
<default>false</default> <default>false</default>
<uservisible>false</uservisible> <uservisible>false</uservisible>

Loading…
Cancel
Save