-
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
Update to errata-stream fix, use up to date register method for rhel_contenthost #12851
Update to errata-stream fix, use up to date register method for rhel_contenthost #12851
Conversation
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
tests/foreman/api/test_errata.py
Outdated
activation_keys=ak.name, | ||
lifecycle_environment=function_lce, | ||
target=target_sat, | ||
force=True, |
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.
I guess, without force=True
contenthost registration should work.
Can you please try by removing this parameter?
This comment was marked as duplicate.
This comment was marked as duplicate.
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 like sleep(20)
is still not enough in some cases, rerun PRT
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.
PRT rerun all passed this time 🤔
Looks good, just Vijay's comment is pending
890e750
to
8d77a65
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
8d77a65
to
390080b
Compare
|
trigger: test-robottelo |
…contenthost (#12851) * Update to use .register() method, the preferred way without katello-agent * Addressing comments * subscription-manager repos call, local pass
…contenthost (SatelliteQE#12851) * Update to use .register() method, the preferred way without katello-agent * Addressing comments * subscription-manager repos call, local pass
Previous pr was merged just a bit before I could get this in. The old method works and passes,
but should use
.register()
going forward with the removal of katello-agent.