Uh oh!
There was an error while loading. Please reload this page.
Add e2e tests for listing resources - #8410
Conversation
…, service_offerings, storage_pools, volumes
vishesh92
commented
Dec 28, 2023
@blueorangutan package |
blueorangutan
commented
Dec 28, 2023
@vishesh92 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #8410 +/- ##
============================================
+ Coverage 30.80% 30.85% +0.04% - Complexity 33981 34062 +81
============================================
Files 5341 5341 Lines 374864 374864 Branches 54518 54518 ============================================
+ Hits 115485 115668 +183 + Misses 244114 243952 -162 + Partials 15265 15244 -21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
blueorangutan
commented
Dec 28, 2023
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 8156 |
vishesh92
commented
Dec 28, 2023
@blueorangutan test matrix |
blueorangutan
commented
Dec 28, 2023
@vishesh92 a [SL] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
blueorangutan
commented
Dec 28, 2023
[SF] Trillian test result (tid-8690)
|
blueorangutan
commented
Dec 28, 2023
[SF] Trillian test result (tid-8691)
|
vishesh92
commented
Jan 3, 2024
@blueorangutan package |
blueorangutan
commented
Jan 3, 2024
@vishesh92 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. |
blueorangutan
commented
Jan 3, 2024
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 8185 |
vishesh92
commented
Jan 3, 2024
@blueorangutan test matrix |
blueorangutan
commented
Jan 3, 2024
@vishesh92 a [SL] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
blueorangutan
commented
Jan 3, 2024
[SF] Trillian test result (tid-8715)
|
blueorangutan
commented
Jan 4, 2024
[SF] Trillian test result (tid-8713)
|
DaanHoogland
commented
Jan 4, 2024
the vmware version: Smoke tests completed. 127 look OK, 1 have errors, 0 did not run
|
harikrishna-patnala
left a comment
There was a problem hiding this comment.
code and smoke test results LGTM
DaanHoogland
commented
Feb 6, 2024
@blueorangutan package |
blueorangutan
commented
Feb 6, 2024
@DaanHoogland 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. |
blueorangutan
commented
Feb 6, 2024
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 8541 |
DaanHoogland
commented
Feb 6, 2024
@blueorangutan test matrix |
blueorangutan
commented
Feb 6, 2024
@DaanHoogland a [SL] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
blueorangutan
commented
Feb 6, 2024
[SF] Trillian test result (tid-9098)
|
blueorangutan
commented
Feb 6, 2024
[SF] Trillian test result (tid-9100)
|
vishesh92
commented
Feb 7, 2024
[SF] Trillian test result (tid-9099)
|
* Use dualzones for ci github actions * Update advdualzone.cfg to be similar to advanced.cfg & fixup test_metrics_api.py * Fixup e2e tests for running with multiple zones * Add e2e tests for listing of accounts, disk_offerings, domains, hosts, service_offerings, storage_pools, volumes * Fixup * another fixup * Add test for listing volumes with tags filter * Add check for existing volumes in test_list_volumes * Wait for volumes to be deleted on cleanup * Filter out volumes in Destroy state before checking the count of volumes
* Use dualzones for ci github actions * Update advdualzone.cfg to be similar to advanced.cfg & fixup test_metrics_api.py * Fixup e2e tests for running with multiple zones * Add e2e tests for listing of accounts, disk_offerings, domains, hosts, service_offerings, storage_pools, volumes * Fixup * another fixup * Add test for listing volumes with tags filter * Add check for existing volumes in test_list_volumes * Wait for volumes to be deleted on cleanup * Filter out volumes in Destroy state before checking the count of volumes
* Use dualzones for ci github actions * Update advdualzone.cfg to be similar to advanced.cfg & fixup test_metrics_api.py * Fixup e2e tests for running with multiple zones * Add e2e tests for listing of accounts, disk_offerings, domains, hosts, service_offerings, storage_pools, volumes * Fixup * another fixup * Add test for listing volumes with tags filter * Add check for existing volumes in test_list_volumes * Wait for volumes to be deleted on cleanup * Filter out volumes in Destroy state before checking the count of volumes
Description
This PR adds e2e tests for listing resources and makes changes for simulator to use dualzone config in github actions workflow.
Recreating PR #8281 including fix from PR #8392.
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?