You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Parth Jagirdar (JIRA)" <ji...@apache.org> on 2013/07/20 00:04:49 UTC

[jira] [Updated] (CLOUDSTACK-3678) [Automation] integration.component.test_shared_networks 7 test cases failed due to multiple reasons

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-3678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Parth Jagirdar updated CLOUDSTACK-3678:
---------------------------------------

    Attachment: VMware_Adv.7z
    
> [Automation] integration.component.test_shared_networks 7 test cases failed due to multiple reasons
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-3678
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3678
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Automation
>    Affects Versions: 4.2.0
>         Environment: VMWARE
>            Reporter: Parth Jagirdar
>         Attachments: VMware_Adv.7z
>
>
> integration.component.test_shared_networks.TestSharedNetworks.test_createSharedNetwork_All (from nosetests)
> Failing for the past 4 builds (Since #64 )
> Took 2 min 42 sec.
> add description
> Error Message
> Warning: Exception during cleanup : Execute cmd: deletenetworkoffering failed, due to: errorCode: 431, errorText:Can't delete network offering 20 as its used by 1 networks. To make the network offering unavaiable, disable it
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin type account created: admin-XABU1-SED3BB
> testclient.testcase.TestSharedNetworks: DEBUG: User type account created: admin-XABU1-5MP8O4
> testclient.testcase.TestSharedNetworks: DEBUG: Physical network found: 3a53fe96-e86f-403a-b69b-4b3aa14a920f
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network offering created: 0133b118-b653-4648-841b-30812b982bf4
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network created for scope domain: 7dbe5de8-d6b0-434b-806f-8dae05190b96
> testclient.testcase.TestSharedNetworks: DEBUG: Virtual Machine created: fb678c5e-975a-4ec3-b581-177bdaab949f
> testclient.testcase.TestSharedNetworks: DEBUG: Virtual Machine created: f3cf9a22-8d6f-4e5b-b900-ca79ae645efe
> --------------------- >> end captured logging << ---------------------
> Stacktrace
>   File "/usr/local/lib/python2.7/unittest/case.py", line 345, in run
>     self.tearDown()
>   File "/data/Repo2/qa/cloudstack/test/integration/component/test_shared_networks.py", line 202, in tearDown
>     raise Exception("Warning: Exception during cleanup : %s" % e)
> Warning: Exception during cleanup : Execute cmd: deletenetworkoffering failed, due to: errorCode: 431, errorText:Can't delete network offering 20 as its used by 1 networks. To make the network offering unavaiable, disable it
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin type account created: admin-XABU1-SED3BB
> testclient.testcase.TestSharedNetworks: DEBUG: User type account created: admin-XABU1-5MP8O4
> testclient.testcase.TestSharedNetworks: DEBUG: Physical network found: 3a53fe96-e86f-403a-b69b-4b3aa14a920f
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network offering created: 0133b118-b653-4648-841b-30812b982bf4
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network created for scope domain: 7dbe5de8-d6b0-434b-806f-8dae05190b96
> testclient.testcase.TestSharedNetworks: DEBUG: Virtual Machine created: fb678c5e-975a-4ec3-b581-177bdaab949f
> testclient.testcase.TestSharedNetworks: DEBUG: Virtual Machine created: f3cf9a22-8d6f-4e5b-b900-ca79ae645efe
> --------------------- >> end captured logging << ---------------------
> integration.component.test_shared_networks.TestSharedNetworks.test_createSharedNetwork_accountSpecific (from nosetests)
> Failing for the past 4 builds (Since #64 )
> Took 0.63 sec.
> add description
> Error Message
> Execute cmd: createnetwork failed, due to: errorCode: 431, errorText:There is a isolated/shared network with vlan id: 1200 already exists in zone 1
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin type account created: admin-XABU1-YWLITU
> testclient.testcase.TestSharedNetworks: DEBUG: User type account created: admin-XABU1-OCV65Q
> testclient.testcase.TestSharedNetworks: DEBUG: Physical Network found: 3a53fe96-e86f-403a-b69b-4b3aa14a920f
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network Offering created: f2c5f051-8731-47bd-9f45-ce8240282d87
> --------------------- >> end captured logging << ---------------------
> Stacktrace
>   File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run
>     testMethod()
>   File "/data/Repo2/qa/cloudstack/test/integration/component/test_shared_networks.py", line 1033, in test_createSharedNetwork_accountSpecific
>     zoneid=self.zone.id
>   File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 1854, in create
>     return Network(apiclient.createNetwork(cmd).__dict__)
>   File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1680, 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:There is a isolated/shared network with vlan id: 1200 already exists in zone 1
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin type account created: admin-XABU1-YWLITU
> testclient.testcase.TestSharedNetworks: DEBUG: User type account created: admin-XABU1-OCV65Q
> testclient.testcase.TestSharedNetworks: DEBUG: Physical Network found: 3a53fe96-e86f-403a-b69b-4b3aa14a920f
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network Offering created: f2c5f051-8731-47bd-9f45-ce8240282d87
> --------------------- >> end captured logging << ---------------------
> integration.component.test_shared_networks.TestSharedNetworks.test_createSharedNetwork_domainSpecific (from nosetests)
> Failing for the past 4 builds (Since #64 )
> Took 0.75 sec.
> add description
> Error Message
> Execute cmd: createnetwork failed, due to: errorCode: 431, errorText:There is a isolated/shared network with vlan id: 1200 already exists in zone 1
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin type account created: 212e03fb-a9e6-4e41-ab2e-0f6be6e9ec57
> testclient.testcase.TestSharedNetworks: DEBUG: Domain created: cccf424c-d33d-4646-9ff2-1c886fbb953d
> testclient.testcase.TestSharedNetworks: DEBUG: Domain admin account created: f6727d1b-cb11-4086-b3f8-f303f5c45a51
> testclient.testcase.TestSharedNetworks: DEBUG: Domain user account created: 6f799dd9-5e9f-412b-a312-10daa33dd427
> testclient.testcase.TestSharedNetworks: DEBUG: Physical Network found: 3a53fe96-e86f-403a-b69b-4b3aa14a920f
> testclient.testcase.TestSharedNetworks: DEBUG: Network Offering created: 5974d9e9-5782-44a2-982c-c4281e7c9404
> --------------------- >> end captured logging << ---------------------
> Stacktrace
>   File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run
>     testMethod()
>   File "/data/Repo2/qa/cloudstack/test/integration/component/test_shared_networks.py", line 1359, in test_createSharedNetwork_domainSpecific
>     zoneid=self.zone.id
>   File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 1854, in create
>     return Network(apiclient.createNetwork(cmd).__dict__)
>   File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1680, 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:There is a isolated/shared network with vlan id: 1200 already exists in zone 1
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin type account created: 212e03fb-a9e6-4e41-ab2e-0f6be6e9ec57
> testclient.testcase.TestSharedNetworks: DEBUG: Domain created: cccf424c-d33d-4646-9ff2-1c886fbb953d
> testclient.testcase.TestSharedNetworks: DEBUG: Domain admin account created: f6727d1b-cb11-4086-b3f8-f303f5c45a51
> testclient.testcase.TestSharedNetworks: DEBUG: Domain user account created: 6f799dd9-5e9f-412b-a312-10daa33dd427
> testclient.testcase.TestSharedNetworks: DEBUG: Physical Network found: 3a53fe96-e86f-403a-b69b-4b3aa14a920f
> testclient.testcase.TestSharedNetworks: DEBUG: Network Offering created: 5974d9e9-5782-44a2-982c-c4281e7c9404
> --------------------- >> end captured logging << ---------------------
> integration.component.test_shared_networks.TestSharedNetworks.test_createSharedNetwork_projectSpecific (from nosetests)
> Failing for the past 4 builds (Since #64 )
> Took 12 sec.
> add description
> Error Message
> Execute cmd: createnetwork failed, due to: errorCode: 431, errorText:There is a isolated/shared network with vlan id: 1200 already exists in zone 1
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin account created: fdc4fb51-5818-4113-92ee-51f01210072c
> testclient.testcase.TestSharedNetworks: DEBUG: Project created: 7213fde0-ecc9-4bb1-b91a-5a78103a2fb8
> testclient.testcase.TestSharedNetworks: DEBUG: Project2 created: 40b84621-a92f-4666-a82f-7bab8469294d
> testclient.testcase.TestSharedNetworks: DEBUG: Physical Network found: 3a53fe96-e86f-403a-b69b-4b3aa14a920f
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network found: 5c763c1b-4c9f-4d09-8757-f193adef55e3
> --------------------- >> end captured logging << ---------------------
> Stacktrace
>   File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run
>     testMethod()
>   File "/data/Repo2/qa/cloudstack/test/integration/component/test_shared_networks.py", line 1680, in test_createSharedNetwork_projectSpecific
>     zoneid=self.zone.id
>   File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 1854, in create
>     return Network(apiclient.createNetwork(cmd).__dict__)
>   File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1680, 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:There is a isolated/shared network with vlan id: 1200 already exists in zone 1
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin account created: fdc4fb51-5818-4113-92ee-51f01210072c
> testclient.testcase.TestSharedNetworks: DEBUG: Project created: 7213fde0-ecc9-4bb1-b91a-5a78103a2fb8
> testclient.testcase.TestSharedNetworks: DEBUG: Project2 created: 40b84621-a92f-4666-a82f-7bab8469294d
> testclient.testcase.TestSharedNetworks: DEBUG: Physical Network found: 3a53fe96-e86f-403a-b69b-4b3aa14a920f
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network found: 5c763c1b-4c9f-4d09-8757-f193adef55e3
> --------------------- >> end captured logging << ---------------------
> integration.component.test_shared_networks.TestSharedNetworks.test_createSharedNetwork_usedVlan2 (from nosetests)
> Failing for the past 4 builds (Since #64 )
> Took 1 sec.
> add description
> Error Message
> Warning: Exception during cleanup : Execute cmd: deletenetworkoffering failed, due to: errorCode: 431, errorText:Can't delete network offering 26 as its used by 1 networks. To make the network offering unavaiable, disable it
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin account created: 21d42591-3509-4823-8fa8-1b92c3cf0659
> testclient.testcase.TestSharedNetworks: DEBUG: Physical Network found: 3a53fe96-e86f-403a-b69b-4b3aa14a920f
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network Offering created: 3a4ea49c-07c5-4f41-b88d-23b156615acc
> testclient.testcase.TestSharedNetworks: DEBUG: Network created: 453b60c3-4f97-4fd0-86d4-be3b8b9f8488
> testclient.testcase.TestSharedNetworks: DEBUG: Network creation failed because the valn id being used by another network.
> --------------------- >> end captured logging << ---------------------
> Stacktrace
>   File "/usr/local/lib/python2.7/unittest/case.py", line 345, in run
>     self.tearDown()
>   File "/data/Repo2/qa/cloudstack/test/integration/component/test_shared_networks.py", line 202, in tearDown
>     raise Exception("Warning: Exception during cleanup : %s" % e)
> Warning: Exception during cleanup : Execute cmd: deletenetworkoffering failed, due to: errorCode: 431, errorText:Can't delete network offering 26 as its used by 1 networks. To make the network offering unavaiable, disable it
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin account created: 21d42591-3509-4823-8fa8-1b92c3cf0659
> testclient.testcase.TestSharedNetworks: DEBUG: Physical Network found: 3a53fe96-e86f-403a-b69b-4b3aa14a920f
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network Offering created: 3a4ea49c-07c5-4f41-b88d-23b156615acc
> testclient.testcase.TestSharedNetworks: DEBUG: Network created: 453b60c3-4f97-4fd0-86d4-be3b8b9f8488
> testclient.testcase.TestSharedNetworks: DEBUG: Network creation failed because the valn id being used by another network.
> --------------------- >> end captured logging << ---------------------
> integration.component.test_shared_networks.TestSharedNetworks.test_deployVM_isolatedAndShared (from nosetests)
> Failing for the past 4 builds (Since #64 )
> Took 0.49 sec.
> add description
> Error Message
> Execute cmd: createnetwork failed, due to: errorCode: 431, errorText:There is a isolated/shared network with vlan id: 567 already exists in zone 1
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin type account created: admin-XABU1-4BBCNR
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network offering created: fa2883df-35bd-4071-8e30-2adbd78ea73f
> testclient.testcase.TestSharedNetworks: DEBUG: Isolated Network Offering created: 3c52c477-432f-4a1e-b07a-8c53765edd15
> --------------------- >> end captured logging << ---------------------
> Stacktrace
>   File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run
>     testMethod()
>   File "/data/Repo2/qa/cloudstack/test/integration/component/test_shared_networks.py", line 2546, in test_deployVM_isolatedAndShared
>     zoneid=self.zone.id
>   File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 1854, in create
>     return Network(apiclient.createNetwork(cmd).__dict__)
>   File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1680, 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:There is a isolated/shared network with vlan id: 567 already exists in zone 1
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin type account created: admin-XABU1-4BBCNR
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network offering created: fa2883df-35bd-4071-8e30-2adbd78ea73f
> testclient.testcase.TestSharedNetworks: DEBUG: Isolated Network Offering created: 3c52c477-432f-4a1e-b07a-8c53765edd15
> --------------------- >> end captured logging << ---------------------
> integration.component.test_shared_networks.TestSharedNetworks.test_deployVM_multipleSharedNetwork (from nosetests)
> Failing for the past 4 builds (Since #64 )
> Took 0.25 sec.
> add description
> Error Message
> Execute cmd: createnetwork failed, due to: errorCode: 431, errorText:There is a isolated/shared network with vlan id: 567 already exists in zone 1
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin account created: 1cd953f4-6da8-4f92-98c5-eef70197a4d5
> testclient.testcase.TestSharedNetworks: DEBUG: Physical Network found: 3a53fe96-e86f-403a-b69b-4b3aa14a920f
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network offering created: b9e75609-1090-497e-9522-bd902cbad06a
> --------------------- >> end captured logging << ---------------------
> Stacktrace
>   File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run
>     testMethod()
>   File "/data/Repo2/qa/cloudstack/test/integration/component/test_shared_networks.py", line 2247, in test_deployVM_multipleSharedNetwork
>     zoneid=self.zone.id,
>   File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 1854, in create
>     return Network(apiclient.createNetwork(cmd).__dict__)
>   File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1680, 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:There is a isolated/shared network with vlan id: 567 already exists in zone 1
> -------------------- >> begin captured logging << --------------------
> testclient.testcase.TestSharedNetworks: DEBUG: Admin account created: 1cd953f4-6da8-4f92-98c5-eef70197a4d5
> testclient.testcase.TestSharedNetworks: DEBUG: Physical Network found: 3a53fe96-e86f-403a-b69b-4b3aa14a920f
> testclient.testcase.TestSharedNetworks: DEBUG: Shared Network offering created: b9e75609-1090-497e-9522-bd902cbad06a
> --------------------- >> 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