This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 399bd0a067d Upgrade to mockito 4 and handle Mockito deprecations 
(#8427)
     add b0ac78705d4 Add IOPS to disk offerings details (#8447)
     add df412a99d2f test: Add e2e tests for listing resources (#8410)
     add 376243975ba README: silently revert to the original project logo
     new affead11607 Merge remote-tracking branch 'origin/4.19'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)
 create mode 100644 test/integration/smoke/test_list_accounts.py
 create mode 100644 test/integration/smoke/test_list_disk_offerings.py
 create mode 100644 test/integration/smoke/test_list_domains.py
 create mode 100644 test/integration/smoke/test_list_hosts.py
 create mode 100644 test/integration/smoke/test_list_service_offerings.py
 create mode 100644 test/integration/smoke/test_list_storage_pools.py
 create mode 100644 test/integration/smoke/test_list_volumes.py

Reply via email to