-
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
Flip SyncPlan tests to SCA #14784
Flip SyncPlan tests to SCA #14784
Conversation
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.
Ack
PRT Result
|
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.
ACK
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.
Ack
Problem Statement
Four SyncPlans tests are still using
entitlement
mode, which was deprecated and removed in 6.16. They need to be flipped to SCA mode.Solution
This PR.
PRT test Cases example
trigger: test-robottelo
pytest: tests/foreman/api/test_syncplan.py tests/foreman/cli/test_syncplan.py -k 'synchronize_rh_product_past_sync_date or synchronize_rh_product_future_sync_date'