Skip to content

Commit

Permalink
Run the test with openldap
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr committed May 27, 2024
1 parent b9d92b2 commit 357568e
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 357568e

Please sign in to comment.