-
Notifications
You must be signed in to change notification settings - Fork 114
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
[CC Automation] Update API test to use refresh-all and add CLI test for bulk actions #15451
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.
One minor thing, otherwise looks good to me 👍
Let's kick on 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.
Framework changes look good
Co-authored-by: vsedmik <46570670+vsedmik@users.noreply.github.com>
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
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.
Doc strings still need a fix to satisfy CI/CQ.
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 be the last one missing
trigger: test-robottelo |
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.
All green
…or bulk actions (#15451) * Update API test to use refresh-all and add CLI test for bulk * Add Verifies docstring section * Update docstring Co-authored-by: vsedmik <46570670+vsedmik@users.noreply.github.com> * Fix docstrings for api and cli * Newline to robottelo/cli/acs.py --------- Co-authored-by: vsedmik <46570670+vsedmik@users.noreply.github.com> (cherry picked from commit b85cadc)
…or bulk actions (SatelliteQE#15451) * Update API test to use refresh-all and add CLI test for bulk * Add Verifies docstring section * Update docstring Co-authored-by: vsedmik <46570670+vsedmik@users.noreply.github.com> * Fix docstrings for api and cli * Newline to robottelo/cli/acs.py --------- Co-authored-by: vsedmik <46570670+vsedmik@users.noreply.github.com>
Problem Statement
Adds test coverage for: https://bugzilla.redhat.com/show_bug.cgi?id=2126420 / https://issues.redhat.com/browse/SAT-18199
Related Issues
Also updates robottelo CLI to support
hammer alternate-content-source bulk
actions, and the API test to cover the endpoint added in SatelliteQE/nailgun#1086PRT test Cases example
trigger: test-robottelo
pytest: tests/foreman/api/test_acs.py -k 'test_positive_run_bulk_actions'
trigger: test-robottelo
pytest: tests/foreman/cli/test_acs.py -k 'test_bulk_actions'