-
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 an UI test case for capsule content counts granularity #16820
Conversation
a448aeb
to
66a48de
Compare
|
|
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, minor question
details['content'][lce.name][cv.name]['expanded_repo_details'][1] == empty_counts | ||
for lce in [lce1, lce2] | ||
for cv in cvs | ||
), 'Expected "N/A" for content counts displayed' |
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.
not displayed
?
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.
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
In 6.17 capsule content counts will be updated separately for each CV when it is synced to the capsule and we should have a test case to cover that.
There is currently a bug discovered by this test case, so the PRT is expected to fail on 2 assertions until the issue is resolved:
https://issues.redhat.com/browse/SAT-29679
Solution
This PR just adds UI coverage, more functional testing is added in CLI counterpart.
PRT test Cases example
Requires
Katello/katello#11176 (merged, in snap)
Katello/katello#11187 (merged, in snap)
Katello/katello#11235
SatelliteQE/airgun#1605