-
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 customer test case for BZ#2212523 #12687
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 pending PRT, nice use of grep for file verification :)
) | ||
# Verify that the content referenced in repomd.xml files is present in both exports | ||
repomd_files = target_sat.execute( | ||
f'find {PULP_EXPORT_DIR}{function_sca_manifest_org.name}/{cv_name}/ -name repomd.xml' |
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.
Are these repomd.xml files in the same locations for 6.14, 6.13, 6.12?
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 think they should, just the tail of the path will differ for different repos, but that is solved by find
.
I will check.
PRT is failing against stream, locally it passed against 6.14. Need to check what's going on there. |
f8a0e03
to
39fc176
Compare
trigger: test-robottelo |
So the PRT fails now due to a regression in Stream which should be resolved soon by fix backporting in pulpcore. So it seems the test actually works well! :) For reference: |
39fc176
to
2275c88
Compare
2275c88
to
0df24ce
Compare
rebased on Jake's ruff |
(cherry picked from commit f2ab861)
(cherry picked from commit f2ab861)
(cherry picked from commit f2ab861)
Add customer test case for BZ#2212523 (#12687) (cherry picked from commit f2ab861) Co-authored-by: vsedmik <[email protected]>
Basically coverage for this BZ but generalized to check all content referenced in
repomd.xml
in both exports.