Rayees Namathponnan created CLOUDSTACK-4335:
-----------------------------------------------
Summary: [Automation] Test case
test_deployVmSharedNetworkWithoutIpRange failed due subnet is overlapped with
subnet in other network
Key: CLOUDSTACK-4335
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4335
Project: CloudStack
Issue Type: Test
Security Level: Public (Anyone can view this level - this is the default.)
Components: Automation
Affects Versions: 4.2.0
Environment: Automation
Reporter: Rayees Namathponnan
Priority: Critical
Fix For: 4.2.0
Below test case failed
integration.component.test_shared_network_offering.TestSharedNetworkWithoutIp.test_deployVmSharedNetworkWithoutIpRange
Error Message
Execute cmd: createnetwork failed, due to: errorCode: 431, errorText:This
subnet is overlapped with subnet in other network 332 in zone Adv-KVM-Zone1 .
Please specify a different gateway/netmask.
-------------------- >> begin captured logging << --------------------
testclient.testcase.TestSharedNetworkWithoutIp: DEBUG: Fetching default shared
network offering from nw offerings
testclient.testcase.TestSharedNetworkWithoutIp: DEBUG: Shared netwrk offering:
DefaultSharedNetworkOffering
testclient.testcase.TestSharedNetworkWithoutIp: DEBUG: Creating a network from
shared network offering
--------------------- >> end captured logging << ---------------------
Stacktrace
File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run
testMethod()
File
"/Repo_30X/ipcl/cloudstack/test/integration/component/test_shared_network_offering.py",
line 195, in test_deployVmSharedNetworkWithoutIpRange
zoneid=self.zone.id
File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py",
line 1940, in create
return Network(apiclient.createNetwork(cmd).__dict__)
File
"/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 1709, in createNetwork
response = self.connection.marvin_request(command, response_type=response,
method=method)
File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 222, in marvin_request
response = jsonHelper.getResultObj(response.json(), response_type)
File "/usr/local/lib/python2.7/site-packages/marvin/jsonHelper.py", line 148,
in getResultObj
raise cloudstackException.cloudstackAPIException(respname, errMsg)
Execute cmd: createnetwork failed, due to: errorCode: 431, errorText:This
subnet is overlapped with subnet in other network 332 in zone Adv-KVM-Zone1 .
Please specify a different gateway/netmask.
-------------------- >> begin captured logging << --------------------
testclient.testcase.TestSharedNetworkWithoutIp: DEBUG: Fetching default shared
network offering from nw offerings
testclient.testcase.TestSharedNetworkWithoutIp: DEBUG: Shared netwrk offering:
DefaultSharedNetworkOffering
testclient.testcase.TestSharedNetworkWithoutIp: DEBUG: Creating a network from
shared network offering
--------------------- >> end captured logging << ---------------------
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira