Stabilize testsuite - #70282
Open
m-czernek wants to merge 2 commits into
Open
Stabilize testsuite#70282m-czernek wants to merge 2 commits into
m-czernek wants to merge 2 commits into
Conversation
Reordering of matching means all SUSE OSes get a default match repo match in SLS
Leap 15.6 uses $username(1000) as the default group, but SLE 15.6 uses users(100). SLE 16+ and Leap 16+ use `$username(1000)` only.
m-czernek
force-pushed
the
testsuite-stabilization
branch
from
September 14, 2026 10:57
ec8b265 to
06b2de8
Compare
3 tasks
twangboy
approved these changes
Sep 23, 2026
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
In this PR, I'm porting two test fixes:
tests/pytests/functional/states/pkgrepo/test_suse.py:tests/pytests/functional/states/test_user.py:$usernamedefault group. On SLE 15, it has theusersdefault group.Previous Behavior
Tests would fail under specific SUSE OSes
New Behavior
Tests pass
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes/No
Reordering of matching means all SUSE OSes
get a default match repo match in SLS