Skip to content
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

[Backport][ipa-4-6] ipatests: fix TestSubCAkeyReplication #4310

Closed

Conversation

flo-renaud
Copy link
Contributor

This PR was opened manually because PR #4301 was pushed to master and backport to ipa-4-6 is required.

The test is using the output of openssl to compare the SubCA issuer name
with the expected value.
Depending on the version of openssl, the issuer can be displayed
differently (with/without space around the = character). On RHEL 7.x,
there is no space by default while on Fedora the space is used.
Calling openssl with -nameopt space_eq forces a consistent output, always
adding space around =.

Reviewed-By: Sudhir Menon <sumenon@redhat.com>
@abbra abbra added ack Pull Request approved, can be merged pushed Pull Request has already been pushed labels Mar 6, 2020
@abbra
Copy link
Contributor

abbra commented Mar 6, 2020

ipa-4-6:

  • ed71305 ipatests: fix TestSubCAkeyReplication

@abbra abbra closed this Mar 6, 2020
@flo-renaud flo-renaud deleted the backport_pr4301_ipa-4-6 branch March 8, 2020 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
2 participants