This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit affead11607b43efe0d1f02d678fd20164d3640b Merge: 399bd0a067d 376243975ba Author: Rohit Yadav <rohit.ya...@shapeblue.com> AuthorDate: Wed Feb 7 14:19:58 2024 +0530 Merge remote-tracking branch 'origin/4.19' .github/workflows/ci.yml | 15 +- README.md | 2 +- setup/dev/advdualzone.cfg | 60 +- .../component/test_affinity_groups_projects.py | 2 +- test/integration/smoke/test_list_accounts.py | 379 +++++++++++++ test/integration/smoke/test_list_disk_offerings.py | 319 +++++++++++ test/integration/smoke/test_list_domains.py | 216 ++++++++ test/integration/smoke/test_list_hosts.py | 372 +++++++++++++ .../smoke/test_list_service_offerings.py | 559 +++++++++++++++++++ test/integration/smoke/test_list_storage_pools.py | 396 +++++++++++++ test/integration/smoke/test_list_volumes.py | 615 +++++++++++++++++++++ test/integration/smoke/test_metrics_api.py | 1 - test/integration/smoke/test_secondary_storage.py | 2 +- test/integration/smoke/test_templates.py | 16 +- tools/marvin/marvin/cloudstackTestCase.py | 23 +- ui/src/config/section/offering.js | 2 +- 16 files changed, 2931 insertions(+), 48 deletions(-)