-
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
Add tests for ansible-tower/AAP integration with Satellite #16555
Add tests for ansible-tower/AAP integration with Satellite #16555
Conversation
0cbcaed
to
9788041
Compare
8158669
to
41af678
Compare
trigger: test-robottelo |
PRT Result
|
41af678
to
dd8b2d1
Compare
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.
This is super cool and i am excited to see the scenario with the on-premise provisioning. I think we could clean this up a bit by moving the most of the stuff to the fixtures so only the bits relevant to the test scenarios remain, but overall, I really like how well readable this is. Great job!
oh and btw, let's get rid of those static timeouts, unless there is a good reason for not using wait-for
. Would that make sense?
PRT Result
|
0ff78c1
to
c631c69
Compare
trigger: test-robottelo |
PRT Result
|
ca51a20
to
8202680
Compare
|
PRT Result
|
8202680
to
5c76032
Compare
|
PRT Result
|
|
PRT Result
|
Signed-off-by: Gaurav Talreja <[email protected]>
5c76032
to
e65b41f
Compare
|
PRT Result
|
Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit c060290)
Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit c060290)
Problem Statement
Missing test coverage for ansible-tower/AAP integration with Satellite
Solution
Add tests for ansible-tower/AAP integration with Satellite
Related Issues