This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from 1a5b7c3 engine/orchestration: display numeric value instead of
variable name (#3818)
add a2a4968 server: Allow creating network with duplicate name (#3807)
No new revisions were added by this update.
Summary of changes:
.travis.yml | 1 +
.../java/com/cloud/network/dao/NetworkDao.java | 2 +
.../java/com/cloud/network/dao/NetworkDaoImpl.java | 10 +
.../java/com/cloud/network/NetworkServiceImpl.java | 43 ++-
.../java/com/cloud/vpc/dao/MockNetworkDaoImpl.java | 5 +
test/integration/smoke/test_create_network.py | 291 +++++++++++++++++++++
6 files changed, 351 insertions(+), 1 deletion(-)
create mode 100644 test/integration/smoke/test_create_network.py