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/07 06:32:04 UTC

[cloudstack] branch 4.18-vm-autoscaling updated (7293222364 -> b69eaf3846)

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 7293222364 AS unit test: update XcpServerWrapperTest and XenServer56WrapperTest
     add 3f525df00b AS unit test: add VirtualRouterAutoScaleTest.java
     add 7239845045 AS unit test: update XcpServerResourceTest.java and XenServer56ResourceTest.java
     add 90a1cca726 AS unit test: update VirtualRouterElement.java
     add b69eaf3846 AS unit test: update AutoScaleVmGroupVmMapDaoImplTest.java

No new revisions were added by this update.

Summary of changes:
 .../network/router/VirtualRouterAutoScaleTest.java | 64 ++++++++++++++++++++++
 .../as/dao/AutoScaleVmGroupVmMapDaoImplTest.java   | 36 ++++++++++++
 .../xenserver/resource/XcpServerResourceTest.java  | 25 +++++++++
 .../resource/XenServer56ResourceTest.java          | 25 +++++++++
 .../network/element/VirtualRouterElement.java      | 21 ++++---
 .../network/element/VirtualRouterElementTest.java  | 17 ++++++
 6 files changed, 180 insertions(+), 8 deletions(-)
 create mode 100644 api/src/test/java/com/cloud/network/router/VirtualRouterAutoScaleTest.java