Multihost tests ldap fix - #9011
Open
spoore1 wants to merge 3 commits into
Open
Conversation
Changing everything from ldap to ldaps for URIs.
Switching to IP address for some of the SSH commands that have some issues in CI resolving hostnames. Modifying sssd snippet chown from 640 to 600.
spoore1
force-pushed
the
multihost_tests_ldap_fix
branch
from
July 27, 2026 19:56
0fe5d12 to
b79a9d0
Compare
test_0004_k5login_user4_with_deleted_user3 was failing on assert due to a stderr redirect to stdout. The ssh was returning foo3 Permission denied in stderr which was being redirected to stdout to a file and checked. This resulted in the assert finding the foo3 user it was expeecting not to be in there from the "id" command.
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.
Multihost tests fixes for resolving some CI issues in newer distros. This includes LDAP -> LDAPS, some snippet permissions fixes, and switch a couple of SSH calls to use IP instead of hostnames.