-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix smoke + pedant tests to work with external LDAP #1815
Comments
I think this is fixable by adding ldap configuration to ldap_testing true
ldap(
account_name: "username in the ldap system",
account_password: "the ldap account password"
# see keys note, below
) There are additional keys defined in authenticate_user_spec. Once the ldap config is in place for pedant, that should take care of the remaining failures. |
Thanks @marcparadise for the point in the right direction! Unfortunately, I've been unable to get the tests to pass after adding the following to
This configuration fails with the following error:
To my untrained eye, these failures seem to indicate that the conditional check of
I'll look into this further later to see if I'm just missing something or if the spec is currently broken for external ldap testing. |
The external OpenLDAP terraform scenario added in PR #1812 (issue #1797) currently fail smoke and pedant tests.
Smoke Failures
Pedant Failures
The text was updated successfully, but these errors were encountered: