Skip to content

Commit

Permalink
Run the test with openldap (#15183)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr authored Jul 26, 2024
1 parent 2f35cd2 commit 1ddbd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_ldap_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ def test_positive_create_user_in_ldap_mode(session, ldap_auth_source, ldap_tear_
assert user_values['user']['auth'] == auth_source_name


@pytest.mark.parametrize('ldap_auth_source', ['AD', 'IPA'], indirect=True)
@pytest.mark.parametrize('ldap_auth_source', ['AD', 'IPA', 'OPENLDAP'], indirect=True)
@pytest.mark.tier2
def test_positive_login_user_no_roles(test_name, ldap_tear_down, ldap_auth_source, target_sat):
"""Login with LDAP Auth for user with no roles/rights
Expand Down

0 comments on commit 1ddbd54

Please sign in to comment.