e2e-tests: Add tests for authctl set-uid/set-gid commands#1385
Open
nooreldeenmansour wants to merge 2 commits intomainfrom
Open
e2e-tests: Add tests for authctl set-uid/set-gid commands#1385nooreldeenmansour wants to merge 2 commits intomainfrom
authctl set-uid/set-gid commands#1385nooreldeenmansour wants to merge 2 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1385 +/- ##
==========================================
+ Coverage 86.32% 86.33% +0.01%
==========================================
Files 99 99
Lines 6690 6690
Branches 111 111
==========================================
+ Hits 5775 5776 +1
+ Misses 859 858 -1
Partials 56 56 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e841631 to
ba891a5
Compare
Verify that authctl can change the UID of a remote user and that the home directory ownership is updated accordingly. After changing the UID, the test confirms the user can still log in with the local password.
Verify that authctl can change the GID of a remote group and that the home directory ownership and the user's primary GID in passwd are updated accordingly. After changing the GID, the test confirms the user can still log in with the local password.
1cc2320 to
f4da882
Compare
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.
UDENG-9559
UDENG-9560