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/08 08:08:22 UTC

[cloudstack] branch 4.18-vm-autoscaling updated (49b90e88ef -> c636dffde9)

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 49b90e88ef AS unit test: fix build error in jenkins
     add 02e21c9c7b AS unit test: add CreateAutoScaleVmProfileCmdTest and UpdateAutoScaleVmProfileCmdTest
     add 4e365f584f AS unit test: add UpdateConditionCmdTest.java
     add 7816e79fd6 AS unit test: update CitrixResourceBaseTest.java v2
     add c636dffde9 AS unit test: update VirtualRouterElementTest v2

No new revisions were added by this update.

Summary of changes:
 .../test/CreateAutoScaleVmProfileCmdTest.java      | 171 +++++++++++++++++++++
 .../test/UpdateAutoScaleVmProfileCmdTest.java      | 129 ++++++++++++++++
 .../api/command/test/UpdateConditionCmdTest.java   | 134 ++++++++++++++++
 .../xenserver/resource/CitrixResourceBaseTest.java |  11 ++
 .../network/element/VirtualRouterElementTest.java  |   2 +-
 5 files changed, 446 insertions(+), 1 deletion(-)
 create mode 100644 api/src/test/java/org/apache/cloudstack/api/command/test/CreateAutoScaleVmProfileCmdTest.java
 create mode 100644 api/src/test/java/org/apache/cloudstack/api/command/test/UpdateAutoScaleVmProfileCmdTest.java
 create mode 100644 api/src/test/java/org/apache/cloudstack/api/command/test/UpdateConditionCmdTest.java