This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a change to branch nsx-integration
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 4ce7f64ebdf NSX: Fix code smells and reported bugs (#8409)
add 886c071a6c0 [NSX] Add more unit tests (#8431)
No new revisions were added by this update.
Summary of changes:
.../apache/cloudstack/service/NsxApiClient.java | 2 +-
.../cloudstack/utils/NsxControllerUtils.java | 5 +-
.../org/apache/cloudstack/utils/NsxHelper.java | 6 -
.../cloudstack/resource/NsxResourceTest.java | 131 +++++++++++---
.../cloudstack/service/NsxServiceImplTest.java | 74 +++++++-
.../cloudstack/utils/NsxControllerUtilsTest.java | 198 +++++++++++++++++++++
6 files changed, 381 insertions(+), 35 deletions(-)
create mode 100644
plugins/network-elements/nsx/src/test/java/org/apache/cloudstack/utils/NsxControllerUtilsTest.java