-
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
[6.16]Podman Push - Podman Push Create and CV tests #14940
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.
Looks like good initials 👍
Finished up this PR - has 2 tests that should be passing in stream, and reworked the setup to reflect the final state of the Podman push feature. Requires: SatelliteQE/nailgun#1209 |
trigger: test-robottelo |
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.
Overall looks good, just put a few proposals for change.
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.
LGTM
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.
Suggestions to merge assert statement wherever possible, otherwise rest of things are fine
trigger: test-robottelo |
PRT Result
|
* Fixture setting up podman work, and skeleton for first test * Fixture setting up podman work, and skeleton for first test * Rework podman_push test, finish it, and add test for podman repos with CV * Fix precommit issues * Fix docstring issues * Address review comments * Docstring * Rework a few assertions to be smaller
First PR for 6.16 Podman work, will eventually encapsulate both pushing and pulling images through Satellite.
Definitely curious for feedback here, as I'm sure there are better ways to be doing what I'm doing currently. Also, curious to know if you all think there should be a new Podman component, and maybe even test file?