-
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 test coverage for BZ:2238952 and BZ:2025523 #15205
Add test coverage for BZ:2238952 and BZ:2025523 #15205
Conversation
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
caaa4b9
to
3efd329
Compare
trigger: test-robottelo |
3efd329
to
4af0e38
Compare
|
PRT Result
|
4af0e38
to
f857687
Compare
trigger: test-robottelo |
PRT Result
|
7cdf809
to
f468cfd
Compare
|
PRT Result
|
f468cfd
to
4eca0ee
Compare
|
PRT Result
|
4eca0ee
to
13e88ff
Compare
|
PRT Result
|
13e88ff
to
9e29ffa
Compare
|
PRT Result
|
|
PRT Result
|
9e29ffa
to
fd51646
Compare
|
PRT Result
|
Signed-off-by: Gaurav Talreja <[email protected]>
fd51646
to
5a889eb
Compare
|
PRT Result
|
PRT failures occur due to a known bug after provisioning, so this PR can now be reviewed/merged |
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, the failures are expected due to the provisioning bug SAT-25789
Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit c3d4f63)
Signed-off-by: Gaurav Talreja <[email protected]>
Signed-off-by: Gaurav Talreja <[email protected]>
Signed-off-by: Gaurav Talreja <[email protected]>
Add test coverage for BZ:2238952 and BZ:2025523 (#15205) Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit c3d4f63) Co-authored-by: Gaurav Talreja <[email protected]>
Signed-off-by: Gaurav Talreja <[email protected]>
Problem Statement
Missing coverage for BZ:2238952 and BZ:2268544, where we verified Customize host button works to provision a discovered host with a few customizations.
Solution
Add test coverage for BZ:2238952 and BZ:2268544, to verify functionality of discovery provisioning with Customize host button with a few customizations, and also covering BZ:2025523 where we've validated the assigned Ansible roles to a HostGroup gets auto executed when host is provisioned.
Also, verifying new test and modifying existing test to validate if provisioning is sucessfull on new host UI instead of old UI
Related Issues
SatelliteQE/airgun#1397