-
Notifications
You must be signed in to change notification settings - Fork 1.3k
CLOUDSTACK-9123 - As a Developer I want the test_internal_lb.py to work with multiple hypervisors #1204
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
CLOUDSTACK-9123 - As a Developer I want the test_internal_lb.py to work with multiple hypervisors #1204
Conversation
- Get hypervisor information from testClient.getHypervisorInfo() - Adds HyperV and VMware hypervisors - Makes sure the OS type is "Other PV (64-bit)"
|
Ping @remibergsma @borisroman @michaelandersen @miguelaferreira @DaanHoogland @karuturi
|
|
@wilderrodrigues @remibergsma I could only verify for KVM. Ran tests on Ubuntu 14.04 management/hypervisor. LGTM 👍 |
|
Thanks, @borisroman! @michaelandersen, have you already tested this against Xen? By the way, I did both already. Cheers, |
|
Ran tests on Xenserver 6.2: Results: Environment: Test command: LGTM! |
|
Thanks, @michaelandersen! Ping @remibergsma @DaanHoogland - this one is ready to be merged. Cheers, |
…STACK-9123 CLOUDSTACK-9123 - As a Developer I want the test_internal_lb.py to work with multiple hypervisorsThis PR make the test_internal_lb.py work with other Hypervisors types. - Get hypervisor information from testClient.getHypervisorInfo() - Adds XenServer, HyperV and VMware hypervisors - Makes sure the OS type is "Other PV (64-bit)" * pr/1204: CLOUDSTACK-9123 - Make test compliant with multiple hypervisors Signed-off-by: Remi Bergsma <github@remi.nl>
|
FYI: my tests also succeeded. |
This PR make the test_internal_lb.py work with other Hypervisors types.