[
https://issues.apache.org/jira/browse/CLOUDSTACK-4335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13810209#comment-13810209
]
ASF subversion and git services commented on CLOUDSTACK-4335:
-------------------------------------------------------------
Commit 58179d28840a37e6b098d731d4fe6e6e5ea8ecf9 in branch refs/heads/master
from [~gpshilamkar]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=58179d2 ]
CLOUDSTACK-4335: Delete test_deployVmSharedNetworkWithoutIpRange
test_deployVmSharedNetworkWithoutIpRange creates a shared network
without start and end ip. This is no longer permitted and creation
of shared network will fail with error "insufficient capacity". So
remove this test which is invalid.
Signed-off-by: Girish Shilamkar <[email protected]>
> [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
> Assignee: Girish Shilamkar
> 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 was sent by Atlassian JIRA
(v6.1#6144)