Skip to content

Commit

Permalink
Tests: Fix AD param sasl tests.
Browse files Browse the repository at this point in the history
Reviewed-by: Shridhar Gadekar <[email protected]>
(cherry picked from commit 8264cb5)
  • Loading branch information
jakub-vavra-cz committed Oct 16, 2023
1 parent 2ba4644 commit 42a8654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/multihost/ad/test_adparameters_ported.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ def test_0009_ad_parameters_ldap_sasl_full(
'hostname', raiseonerr=False).stdout_text.rstrip()
client = sssdTools(multihost.client[0], multihost.ad[0])
ad_realm = multihost.ad[0].domainname.upper()

adjoin(membersw='adcli')
# Create AD user
(aduser, _) = create_aduser_group
# Configure sssd
Expand Down Expand Up @@ -862,7 +862,7 @@ def test_0010_ad_parameters_ldap_sasl_short(
'hostname', raiseonerr=False).stdout_text.rstrip()
ad_realm = multihost.ad[0].domainname.upper()
client = sssdTools(multihost.client[0], multihost.ad[0])

adjoin(membersw='adcli')
# Create AD user
(aduser, _) = create_aduser_group
# Configure sssd
Expand Down

0 comments on commit 42a8654

Please sign in to comment.