-
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
Add API tests for capsule content counts #13068
Add API tests for capsule content counts #13068
Conversation
trigger: test-robottelo |
3e8f565
to
0a7e2fb
Compare
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.
provided test_positive_content_counts_blank_update passes too, local test would suffice
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 pending the local test
trigger: test-robottelo |
0a7e2fb
to
9111114
Compare
This PR adds test cases to verify capsule content counts via API for unfiltered and filtered mixed-content CVs and few additions to support it.
9111114
to
7acf557
Compare
Seems that in the latest snap we get empty list after contents update, instead of |
This PR adds test cases to verify capsule content counts via API for unfiltered and filtered mixed-content CVs and few additions to support it.
Problem Statement
Satellite 6.15 will introduce new a feature to provide content counts synced to a Capsule and it needs to be tested.
Solution
This PR adds test cases to verify capsule content counts via API for unfiltered and filtered mixed-content CVs and a few additions to support it.