-
Notifications
You must be signed in to change notification settings - Fork 115
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
[Customer Case]Reregister Host with removed consumer certs #17552
[Customer Case]Reregister Host with removed consumer certs #17552
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add an assertion to make sure the certs are present after reregistering?
tests/foreman/cli/test_host.py
Outdated
function_ak_with_cv, | ||
function_org, | ||
): | ||
"""Reregister a Host after cusumer certs have been removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"""Reregister a Host after cusumer certs have been removed | |
"""Reregister a Host after consumer certs have been removed |
trigger: test-robottelo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, PRT pending.
PRT Result
|
* Add tests to reregister host * remove extra pytestmarker for testing * pre-commit checks * add asserts for certs and key pem * fix typo (cherry picked from commit 0fc34d8)
Test for re-registering a host once consumer certs are removed
Customer Case for SAT-27875