This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch nsx-unit-tests
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 8bf232cb7f4 Add tests
new f67f81f2278 add test for NsxGuestNetworkGuru
new 7417aa91c0f add unit tests for NsxResource
The 2 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:
.../apache/cloudstack/resource/NsxResource.java | 1 -
.../cloudstack/service/NsxGuestNetworkGuru.java | 14 +-
.../cloudstack/resource/NsxResourceTest.java | 213 +++++++++++++++++++++
.../service/NsxGuestNetworkGuruTest.java | 175 +++++++++++++++++
4 files changed, 389 insertions(+), 14 deletions(-)
create mode 100644
plugins/network-elements/nsx/src/test/java/org/apache/cloudstack/resource/NsxResourceTest.java
create mode 100644
plugins/network-elements/nsx/src/test/java/org/apache/cloudstack/service/NsxGuestNetworkGuruTest.java