-
Notifications
You must be signed in to change notification settings - Fork 1.2k
some component tests fixes #5442
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
Conversation
6c702c2 to
a205d92
Compare
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 1244 |
a205d92 to
8550022
Compare
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 1494 |
|
|
||
| class TestHostHA(cloudstackTestCase): | ||
|
|
||
| hostCountMsg = "Host HA can be tested with at least two hosts, only %s found" |
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 related but - isn't this VM HA? (not host HA with ipmi etc?)
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.
no? this is test_host_ha, is it?
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 I'm asking even though file says test_host_ha.py, are the tests for Host HA (or VM HA) that uses oobm/ipmi etc? Nevermind I'll check this myself.
Tests are host ha indeed!
|
@blueorangutan package |
|
@nvazquez a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 3544 |
|
|
||
|
|
||
| class TestVMLifeCycleSharedNwVPC(cloudstackTesTODOtCase): | ||
| class TestVMLifeCycleSharedNwVPC(cloudstackTestCase): |
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.
Is this file ready to be moved out of the 'broken' directory?
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 - component tests passing on Travis
* allow 3 hosts or more * make numbering consistent * stray TODO removed Co-authored-by: Daan Hoogland <dahn@onecht.net>
This reverts commit bfe1697.
This reverts commit bfe1697.
This reverts commit bfe1697.
This reverts commit bfe1697.
Description
This PR is a continuation of work in #5082. aiming to have a full set of component tests running on all hypervisors. see #6391 for an inventory of all work to be done.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
included:
Screenshots (if appropriate):
How Has This Been Tested?