Fix id in listguestosmapping search#13082
Conversation
|
@blueorangutan package |
|
@sureshanaparti a [SL] 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. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.22 #13082 +/- ##
=========================================
Coverage 17.67% 17.68%
- Complexity 15789 15790 +1
=========================================
Files 5922 5922
Lines 533094 533094
Branches 65210 65210
=========================================
+ Hits 94246 94259 +13
+ Misses 428208 428194 -14
- Partials 10640 10641 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 17654 |
|
@blueorangutan test ol8 vmware-70u3 |
|
@sureshanaparti a [SL] Trillian-Jenkins test job (ol8 mgmt + vmware-70u3) has been kicked to run smoke tests |
DaanHoogland
left a comment
There was a problem hiding this comment.
makes sense and code looks good, but I have no idea about the old code’s validity.
@DaanHoogland It's due to recent change here: #12802, only KVM tests were performed on the PR. These tests (test_CRUD_operations_guest_OS_mapping, test_guest_OS_mapping_check_with_hypervisor) will be executed for VMware, Xen hypervisors only. |
Description
This PR fix the id passed in listguestosmapping search.
The tests test_CRUD_operations_guest_OS_mapping, test_guest_OS_mapping_check_with_hypervisor in 'test_guest_os.py' are failing with error "Problem with condition: id".
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?