You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2023/12/20 07:58:48 UTC

(cloudstack) branch dummy updated (ffc4241774c -> d7c90f21d03)

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

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


 discard ffc4241774c do not merge
     add 7c06d289d28 Fixup test_image_store_object_migration.py (#8378)
     add 64ecd00eb70 test: fix test_host_ping.py to restore original host state (#8380)
     add f5c7018e5ea Merge remote-tracking branch 'apache/4.18'
     add 1411da1a22b Add e2e tests for listing resources (#8281)
     add d7c90f21d03 do not merge

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ffc4241774c)
            \
             N -- N -- N   refs/heads/dummy (d7c90f21d03)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  15 +-
 setup/dev/advdualzone.cfg                          |  60 +-
 .../component/test_affinity_groups_projects.py     |   2 +-
 test/integration/smoke/test_host_ping.py           |   6 +
 .../smoke/test_image_store_object_migration.py     |   4 +-
 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        | 618 +++++++++++++++++++++
 test/integration/smoke/test_metrics_api.py         |   1 -
 test/integration/smoke/test_secondary_storage.py   |   2 +-
 test/integration/smoke/test_templates.py           |  16 +-
 15 files changed, 2918 insertions(+), 47 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