-
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 test for VMware image based provisioning #15733
Add test for VMware image based provisioning #15733
Conversation
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
architecture=default_architecture, | ||
compute_resource=module_vmware_cr, | ||
name=gen_string('alpha'), | ||
operatingsystem=module_provisioning_rhel_content.os, |
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 we've only EL8 image in this CR, so can we use that dynaconf setting here instead?
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 sure what you meant here, but if you're saying using image_os from settings , it won't work as this is api image creation and need OS object
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.
yes, I get it, but isn't it possible to create the OS object from it by searching and use here instead?
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.
added
b93ed3d
to
9aebb59
Compare
9aebb59
to
344b91b
Compare
trigger: test-robottelo |
PRT Result
|
344b91b
to
44c52df
Compare
trigger: test-robottelo |
PRT Result
|
PRT Result
|
PRT Result
|
4800c94
to
f784a37
Compare
trigger: test-robottelo |
PRT Result
|
f784a37
to
8a946d2
Compare
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 pre-commit failures...
Lets run:
pre-commit run --all-files on your branch and repush
Signed-off-by: Shubham Ganar <shubhamsg123m@gmail.com>
8a946d2
to
ffa0b24
Compare
VMware image based provisioning Signed-off-by: Shubham Ganar <shubhamsg123m@gmail.com> (cherry picked from commit 0f24a56)
VMware image based provisioning Signed-off-by: Shubham Ganar <shubhamsg123m@gmail.com> (cherry picked from commit 0f24a56)
VMware image based provisioning Signed-off-by: Shubham Ganar <shubhamsg123m@gmail.com> (cherry picked from commit 0f24a56)
VMware image based provisioning Signed-off-by: Shubham Ganar <shubhamsg123m@gmail.com> (cherry picked from commit 0f24a56)
VMware image based provisioning Signed-off-by: Shubham Ganar <shubhamsg123m@gmail.com> (cherry picked from commit 0f24a56)
VMware image based provisioning Signed-off-by: Shubham Ganar <shubhamsg123m@gmail.com> (cherry picked from commit 0f24a56)
VMware image based provisioning Signed-off-by: Shubham Ganar <shubhamsg123m@gmail.com>
Component Audit: Adding a test for VMware image based provisioning
Dependent Nailgun PR: SatelliteQE/nailgun#1204