You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2022/09/06 09:18:16 UTC

[cloudstack] branch 4.18-vm-autoscaling updated (b86da59f03 -> 9a0b14a232)

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

weizhou pushed a change to branch 4.18-vm-autoscaling
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from b86da59f03 As unit test: update ApiResponseHelperTest.java
     add eb42f5ac79 As unit test: add AutoScaleVmGroupDaoImplTest.java
     add 9a0b14a232 AS unit test: update VmwareResourceTest

No new revisions were added by this update.

Summary of changes:
 .../network/as/dao/AutoScaleVmGroupDaoImpl.java    |   3 +-
 .../as/dao/AutoScaleVmGroupDaoImplTest.java        | 141 +++++++++++++++++++++
 .../vmware/resource/VmwareResourceTest.java        |   4 +-
 3 files changed, 144 insertions(+), 4 deletions(-)
 create mode 100644 engine/schema/src/test/java/com/cloud/network/as/dao/AutoScaleVmGroupDaoImplTest.java