-
Notifications
You must be signed in to change notification settings - Fork 1.3k
integration test fixes for 4.18 #7190
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
|
@blueorangutan package |
|
@DaanHoogland 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. |
| updateConfigurationResponse = self.apiclient.updateConfiguration(updateConfigurationCmd) | ||
| self.debug("updated the parameter %s with value %s" % ( | ||
| updateConfigurationResponse.name, updateConfigurationResponse.value)) | ||
| self.cleanup = [] |
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.
it is empty by default, right ?
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, it is in this file only filled by deploy_vm()
weizhouapache
left a comment
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.
code lgtm
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 5547 |
|
@blueorangutan package |
|
@DaanHoogland 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. |
Co-authored-by: dahn <daan.hoogland@gmail.com>
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 5552 |
|
@blueorangutan test matrix |
|
@DaanHoogland a Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
Codecov Report
@@ Coverage Diff @@
## main #7190 +/- ##
============================================
+ Coverage 12.63% 12.67% +0.03%
- Complexity 8613 8639 +26
============================================
Files 2711 2716 +5
Lines 255752 256112 +360
Branches 39873 39926 +53
============================================
+ Hits 32325 32456 +131
- Misses 219320 219528 +208
- Partials 4107 4128 +21
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Trillian Build Failed (tid-6153) |
|
Trillian test result (tid-6156)
|
|
Trillian test result (tid-6154)
|
|
Trillian test result (tid-6155)
|
|
@DaanHoogland |
4e53f7a to
73a9ec1
Compare
|
@blueorangutan package |
|
@DaanHoogland 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. |
This reverts commit 1d140bd.
|
@weizhouapache I reverted changes on test_vm_deployment_planner as the failures seem intemitted, and I don't see a reason. I reverted most changes on test_deploy_vm_extra_config_data, but added the possibility to call on the marvin object directly. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 5570 |
The vm, which is created by deployVirtualMachine.deployVirtualMachineCmd, cannot be cleaned up by tearDown class. |
Yes, I realise that. I think that is a big change now, it got me some request signing errors trying. I want to merge as is. |
|
Kudos, SonarCloud Quality Gate passed! |
nvazquez
left a comment
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.
Code LGTM, can we run a final round of tests?
|
@blueorangutan test |
|
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-6175)
|
|
Merging based on Simulator CI and Trillian test results |








Description
This PR...
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?