Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 61480115F1 for ; Mon, 30 Jun 2014 23:19:26 +0000 (UTC) Received: (qmail 51960 invoked by uid 500); 30 Jun 2014 23:19:25 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 51768 invoked by uid 500); 30 Jun 2014 23:19:25 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 51704 invoked by uid 500); 30 Jun 2014 23:19:25 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 51691 invoked by uid 99); 30 Jun 2014 23:19:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2014 23:19:25 +0000 Date: Mon, 30 Jun 2014 23:19:25 +0000 (UTC) From: "Chandan Purushothama (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-7023) [Automation] DeleteTagsCmd failed due to "Unable to find tags by parameters specified" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Chandan Purushothama created CLOUDSTACK-7023: ------------------------------------------------ Summary: [Automation] DeleteTagsCmd failed due to "Unable to f= ind tags by parameters specified" Key: CLOUDSTACK-7023 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7023 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the defa= ult.) Components: Automation, Test Affects Versions: 4.4.0 Reporter: Chandan Purushothama Fix For: 4.4.0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Test Script Code: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D def test_07_iso_tag(self): """ Test creation, listing and deletion tags on ISO """ # Validate the following # 1. Create a tag on ISO using createTags API # 2. Delete above created tag using deleteTags API iso =3D Iso.create( self.apiclient, self.services["iso"], account=3Dself.account.name, domainid=3Dself.account.domainid ) self.debug("ISO created with ID: %s" % iso.id) list_iso_response =3D Iso.list(self.apiclient, id=3Diso.id) self.assertEqual( isinstance(list_iso_response, list), True, "Check list response returns a valid list" ) self.debug("Creating a tag for the ISO") tag =3D Tag.create( self.apiclient, resourceIds=3Diso.id, resourceType=3D'ISO', tags=3D{'OS': 'CentOS'} ) self.debug("Tag created: %s" % tag.__dict__) tags =3D Tag.list( self.apiclient, listall=3DTrue, resourceType=3D'ISO', account=3Dself.account.name, domainid=3Dself.account.domainid, key=3D'OS', value=3D'CentOS' ) self.assertEqual( isinstance(tags, list), True, "List tags should not return empty response" ) self.assertEqual( tags[0].value, 'CentOS', 'The tag should have original value' ) isos =3D Iso.list( self.apiclient, key=3D'OS', value=3D'CentOS', account=3Dself.account.name, domainid=3Dself.account.domainid, isofilter=3D'all' ) self.assertEqual( isinstance(isos, list), True, "List isos should not return an empty response" ) self.debug("Deleting the created tag..") try: tag.delete( self.apiclient, resourceIds=3Diso.id, resourceType=3D'ISO', tags=3D{'OS': 'CentOS'} ) except Exception as e: self.fail("Failed to delete the tag - %s" % e) self.debug("Verifying if tag is actually deleted!") tags =3D Tag.list( self.apiclient, listall=3DTrue, resourceType=3D'ISO', account=3Dself.account.name, domainid=3Dself.account.domainid, key=3D'OS', value=3D'CentOS' ) self.assertEqual( tags, None, "List tags should return empty response" ) return =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Unable to find tags by parameters specified: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Payload: {'account': u'test-TestResourceTags-BQG75M', 'domainid': u'36c9d3b= a-fc58-11e3-919f-4eba41a459a4', 'name': 'Dummy ISO', 'ispublic': False, 'is= extractable': True, 'zoneid': u'89d23f5c-c768-4fb0-80aa-f970a6f2d70b', 'isf= eatured': True, 'apiKey': u'Sng6IriYYMri4AHzMZOEdseGWMJBZ-mfmhG30ZJIjV__Ayn= sK03iV0GbvMzhglLVIff8W5ujp6gnTEdNS7LJ5Q', 'displaytext': 'Dummy ISO', 'osty= peid': u'36d0cf58-fc58-11e3-919f-4eba41a459a4', 'signature': 'X08iXXgAavZWT= cv2LW4HEK+piz8=3D', 'url': 'http://people.apache.org/~tsp/dummy.iso', 'comm= and': 'registerIso', 'response': 'json'} test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = =3D=3D=3D=3D=3D=3D=3D=3DSending GET Cmd : registerIso=3D=3D=3D=3D=3D=3D=3D requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connectio= n (1): 10.220.153.217 requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?account= =3Dtest-TestResourceTags-BQG75M&domainid=3D36c9d3ba-fc58-11e3-919f-4eba41a4= 59a4&name=3DDummy+ISO&ispublic=3DFalse&isextractable=3DTrue&zoneid=3D89d23f= 5c-c768-4fb0-80aa-f970a6f2d70b&isfeatured=3DTrue&apiKey=3DSng6IriYYMri4AHzM= ZOEdseGWMJBZ-mfmhG30ZJIjV__AynsK03iV0GbvMzhglLVIff8W5ujp6gnTEdNS7LJ5Q&displ= aytext=3DDummy+ISO&ostypeid=3D36d0cf58-fc58-11e3-919f-4eba41a459a4&signatur= e=3DX08iXXgAavZWTcv2LW4HEK%2Bpiz8%3D&url=3Dhttp%3A%2F%2Fpeople.apache.org%2= F~tsp%2Fdummy.iso&command=3DregisterIso&response=3Djson HTTP/1.1" 200 578 test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Response : [{status : u'', ostypename : u'CentOS 5.3 (64-bit)', isready : F= alse, domainid : u'36c9d3ba-fc58-11e3-919f-4eba41a459a4', name : u'Dummy IS= O', created : u'2014-06-26T14:42:15+0000', bootable : True, ispublic : Fals= e, account : u'test-TestResourceTags-BQG75M', isextractable : True, zoneid = : u'89d23f5c-c768-4fb0-80aa-f970a6f2d70b', isfeatured : True, displaytext := u'Dummy ISO', ostypeid : u'36d0cf58-fc58-11e3-919f-4eba41a459a4', domain := u'ROOT', crossZones : False, id : u'9dba8b7b-6e87-4166-88cb-387e93dda30b',= tags : [], zonename : u'XenRT-Zone-0'}] test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = ISO created with ID: 9dba8b7b-6e87-4166-88cb-387e93dda30b test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Payload: {'apiKey': u'Sng6IriYYMri4AHzMZOEdseGWMJBZ-mfmhG30ZJIjV__AynsK03iV= 0GbvMzhglLVIff8W5ujp6gnTEdNS7LJ5Q', 'response': 'json', 'command': 'listIso= s', 'signature': 'oPjbXEYtxJaMg6drxHf6wuff2vM=3D', 'id': u'9dba8b7b-6e87-41= 66-88cb-387e93dda30b'} test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = =3D=3D=3D=3D=3D=3D=3D=3DSending GET Cmd : listIsos=3D=3D=3D=3D=3D=3D=3D requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connectio= n (1): 10.220.153.217 requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?apiKey=3D= Sng6IriYYMri4AHzMZOEdseGWMJBZ-mfmhG30ZJIjV__AynsK03iV0GbvMzhglLVIff8W5ujp6g= nTEdNS7LJ5Q&response=3Djson&command=3DlistIsos&signature=3DoPjbXEYtxJaMg6dr= xHf6wuff2vM%3D&id=3D9dba8b7b-6e87-4166-88cb-387e93dda30b HTTP/1.1" 200 575 test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Response : [{status : u'', ostypename : u'CentOS 5.3 (64-bit)', isready : F= alse, domainid : u'36c9d3ba-fc58-11e3-919f-4eba41a459a4', name : u'Dummy IS= O', created : u'2014-06-26T14:42:15+0000', bootable : True, ispublic : Fals= e, account : u'test-TestResourceTags-BQG75M', isextractable : True, zoneid = : u'89d23f5c-c768-4fb0-80aa-f970a6f2d70b', isfeatured : True, displaytext := u'Dummy ISO', ostypeid : u'36d0cf58-fc58-11e3-919f-4eba41a459a4', domain := u'ROOT', crossZones : False, id : u'9dba8b7b-6e87-4166-88cb-387e93dda30b',= tags : [], zonename : u'XenRT-Zone-0'}] test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Creating a tag for the ISO test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Payload: {'apiKey': u'Sng6IriYYMri4AHzMZOEdseGWMJBZ-mfmhG30ZJIjV__AynsK03iV= 0GbvMzhglLVIff8W5ujp6gnTEdNS7LJ5Q', 'resourcetype': 'ISO', 'resourceIds': u= '9dba8b7b-6e87-4166-88cb-387e93dda30b', 'command': 'createTags', 'signature= ': '/x/wQIxbpL8JAgaVBPcW52rnX5Q=3D', 'tags[0].key': 'OS', 'response': 'json= ', 'tags[0].value': 'CentOS'} test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = =3D=3D=3D=3D=3D=3D=3D=3DSending GET Cmd : createTags=3D=3D=3D=3D=3D=3D=3D requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connectio= n (1): 10.220.153.217 requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?apiKey=3D= Sng6IriYYMri4AHzMZOEdseGWMJBZ-mfmhG30ZJIjV__AynsK03iV0GbvMzhglLVIff8W5ujp6g= nTEdNS7LJ5Q&resourcetype=3DISO&resourceIds=3D9dba8b7b-6e87-4166-88cb-387e93= dda30b&command=3DcreateTags&signature=3D%2Fx%2FwQIxbpL8JAgaVBPcW52rnX5Q%3D&= tags%5B0%5D.key=3DOS&response=3Djson&tags%5B0%5D.value=3DCentOS HTTP/1.1" 2= 00 75 test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = =3D=3D=3D Jobid: 7778be8d-bc63-4407-a0e3-47819faf823f Started =3D=3D=3D test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Payload: {'signature': '9I+Crfh781AuEdTfoWN3o3wdg3c=3D', 'apiKey': u'Sng6Ir= iYYMri4AHzMZOEdseGWMJBZ-mfmhG30ZJIjV__AynsK03iV0GbvMzhglLVIff8W5ujp6gnTEdNS= 7LJ5Q', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'77= 78be8d-bc63-4407-a0e3-47819faf823f'} test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = =3D=3D=3D=3D=3D=3D=3D=3DSending GET Cmd : queryAsyncJobResult=3D=3D=3D=3D= =3D=3D=3D requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connectio= n (1): 10.220.153.217 requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature= =3D9I%2BCrfh781AuEdTfoWN3o3wdg3c%3D&apiKey=3DSng6IriYYMri4AHzMZOEdseGWMJBZ-= mfmhG30ZJIjV__AynsK03iV0GbvMzhglLVIff8W5ujp6gnTEdNS7LJ5Q&command=3DqueryAsy= ncJobResult&response=3Djson&jobid=3D7778be8d-bc63-4407-a0e3-47819faf823f HT= TP/1.1" 200 389 test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Response : {jobprocstatus : 0, created : u'2014-06-26T14:42:16+0000', cmd := u'org.apache.cloudstack.api.command.user.tag.CreateTagsCmd', userid : u'57= dd7fb6-fc58-11e3-919f-4eba41a459a4', jobstatus : 1, jobid : u'7778be8d-bc63= -4407-a0e3-47819faf823f', jobresultcode : 0, jobresulttype : u'object', job= result : {success : True}, accountid : u'57dd7098-fc58-11e3-919f-4eba41a459= a4'} test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = =3D=3D=3DJobid:7778be8d-bc63-4407-a0e3-47819faf823f ; StartTime:Thu Jun 26 = 14:41:59 2014 ; EndTime:Thu Jun 26 14:42:00 2014 ; TotalTime:0=3D=3D=3D test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Response : {jobprocstatus : 0, created : u'2014-06-26T14:42:16+0000', cmd := u'org.apache.cloudstack.api.command.user.tag.CreateTagsCmd', userid : u'57= dd7fb6-fc58-11e3-919f-4eba41a459a4', jobstatus : 1, jobid : u'7778be8d-bc63= -4407-a0e3-47819faf823f', jobresultcode : 0, jobresulttype : u'object', job= result : {success : True}, accountid : u'57dd7098-fc58-11e3-919f-4eba41a459= a4'} test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Tag created: {'success': True} test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Payload: {'account': u'test-TestResourceTags-BQG75M', 'domainid': u'36c9d3b= a-fc58-11e3-919f-4eba41a459a4', 'resourceType': 'ISO', 'value': 'CentOS', '= apiKey': u'Sng6IriYYMri4AHzMZOEdseGWMJBZ-mfmhG30ZJIjV__AynsK03iV0GbvMzhglLV= Iff8W5ujp6gnTEdNS7LJ5Q', 'command': 'listTags', 'key': 'OS', 'signature': '= 0o19GItZCKYVWa7gBXpuXw42kBQ=3D', 'response': 'json', 'listall': True} test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = =3D=3D=3D=3D=3D=3D=3D=3DSending GET Cmd : listTags=3D=3D=3D=3D=3D=3D=3D requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connectio= n (1): 10.220.153.217 requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?account= =3Dtest-TestResourceTags-BQG75M&domainid=3D36c9d3ba-fc58-11e3-919f-4eba41a4= 59a4&resourceType=3DISO&value=3DCentOS&apiKey=3DSng6IriYYMri4AHzMZOEdseGWMJ= BZ-mfmhG30ZJIjV__AynsK03iV0GbvMzhglLVIff8W5ujp6gnTEdNS7LJ5Q&command=3DlistT= ags&key=3DOS&signature=3D0o19GItZCKYVWa7gBXpuXw42kBQ%3D&response=3Djson&lis= tall=3DTrue HTTP/1.1" 200 262 test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Response : [{account : u'test-TestResourceTags-BQG75M', domainid : u'36c9d3= ba-fc58-11e3-919f-4eba41a459a4', resourcetype : u'ISO', resourceid : u'36ce= 8ba8-fc58-11e3-919f-4eba41a459a4', domain : u'ROOT', value : u'CentOS', key= : u'OS'}] test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Payload: {'domainid': u'36c9d3ba-fc58-11e3-919f-4eba41a459a4', 'isofilter':= 'all', 'apiKey': u'Sng6IriYYMri4AHzMZOEdseGWMJBZ-mfmhG30ZJIjV__AynsK03iV0G= bvMzhglLVIff8W5ujp6gnTEdNS7LJ5Q', 'key': 'OS', 'response': 'json', 'listall= ': True, 'account': u'test-TestResourceTags-BQG75M', 'value': 'CentOS', 'co= mmand': 'listIsos', 'signature': 'BuAwJ4YQmMAOF2HNrK3r92ZKceA=3D'} test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = =3D=3D=3D=3D=3D=3D=3D=3DSending GET Cmd : listIsos=3D=3D=3D=3D=3D=3D=3D requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connectio= n (1): 10.220.153.217 requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?domainid= =3D36c9d3ba-fc58-11e3-919f-4eba41a459a4&isofilter=3Dall&apiKey=3DSng6IriYYM= ri4AHzMZOEdseGWMJBZ-mfmhG30ZJIjV__AynsK03iV0GbvMzhglLVIff8W5ujp6gnTEdNS7LJ5= Q&key=3DOS&response=3Djson&listall=3DTrue&account=3Dtest-TestResourceTags-B= QG75M&value=3DCentOS&command=3DlistIsos&signature=3DBuAwJ4YQmMAOF2HNrK3r92Z= KceA%3D HTTP/1.1" 200 1574 test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Response : [{ostypename : u'CentOS 4.5 (32-bit)', isready : True, domainid = : u'36c9d3ba-fc58-11e3-919f-4eba41a459a4', name : u'xs-tools.iso', tags : [= ], bootable : False, ispublic : True, account : u'system', isextractable : = False, isfeatured : True, displaytext : u'xen-pv-drv-iso', ostypeid : u'36c= fc202-fc58-11e3-919f-4eba41a459a4', domain : u'ROOT', crossZones : False, i= d : u'cf17956c-73b8-43f5-8387-d8f250da787c'}, {ostypename : u'CentOS 4.5 (3= 2-bit)', isready : True, domainid : u'36c9d3ba-fc58-11e3-919f-4eba41a459a4'= , name : u'vmware-tools.iso', tags : [], bootable : False, ispublic : True,= account : u'system', isextractable : False, isfeatured : True, displaytext= : u'VMware Tools Installer ISO', ostypeid : u'36cfc202-fc58-11e3-919f-4eba= 41a459a4', domain : u'ROOT', crossZones : False, id : u'bcba8482-c34e-465d-= ab6e-aa105abe6ae8'}, {status : u'', ostypename : u'CentOS 5.3 (64-bit)', is= ready : False, domainid : u'36c9d3ba-fc58-11e3-919f-4eba41a459a4', name : u= 'Dummy ISO', created : u'2014-06-26T14:42:15+0000', bootable : True, ispubl= ic : False, account : u'test-TestResourceTags-BQG75M', isextractable : True= , zoneid : u'89d23f5c-c768-4fb0-80aa-f970a6f2d70b', isfeatured : True, disp= laytext : u'Dummy ISO', ostypeid : u'36d0cf58-fc58-11e3-919f-4eba41a459a4',= domain : u'ROOT', crossZones : False, id : u'9dba8b7b-6e87-4166-88cb-387e9= 3dda30b', tags : [{account : u'test-TestResourceTags-BQG75M', domainid : u'= 36c9d3ba-fc58-11e3-919f-4eba41a459a4', resourcetype : u'ISO', resourceid : = u'36ce8ba8-fc58-11e3-919f-4eba41a459a4', domain : u'ROOT', value : u'CentOS= ', key : u'OS'}], zonename : u'XenRT-Zone-0'}] test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Deleting the created tag.. test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Payload: {'apiKey': u'Sng6IriYYMri4AHzMZOEdseGWMJBZ-mfmhG30ZJIjV__AynsK03iV= 0GbvMzhglLVIff8W5ujp6gnTEdNS7LJ5Q', 'resourcetype': 'ISO', 'resourceIds': u= '9dba8b7b-6e87-4166-88cb-387e93dda30b', 'command': 'deleteTags', 'signature= ': 'soKKlVEAF+0YWGFeHLZoi1FZmfY=3D', 'tags[0].key': 'OS', 'response': 'json= ', 'tags[0].value': 'CentOS'} test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = =3D=3D=3D=3D=3D=3D=3D=3DSending GET Cmd : deleteTags=3D=3D=3D=3D=3D=3D=3D requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connectio= n (1): 10.220.153.217 requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?apiKey=3D= Sng6IriYYMri4AHzMZOEdseGWMJBZ-mfmhG30ZJIjV__AynsK03iV0GbvMzhglLVIff8W5ujp6g= nTEdNS7LJ5Q&resourcetype=3DISO&resourceIds=3D9dba8b7b-6e87-4166-88cb-387e93= dda30b&command=3DdeleteTags&signature=3DsoKKlVEAF%2B0YWGFeHLZoi1FZmfY%3D&ta= gs%5B0%5D.key=3DOS&response=3Djson&tags%5B0%5D.value=3DCentOS HTTP/1.1" 200= 75 test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = =3D=3D=3D Jobid: c30735e0-6962-4c29-b448-af082357691a Started =3D=3D=3D test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Payload: {'signature': 'DVy79O+R1HQ+KRJd7D7nbQCoYGY=3D', 'apiKey': u'Sng6Ir= iYYMri4AHzMZOEdseGWMJBZ-mfmhG30ZJIjV__AynsK03iV0GbvMzhglLVIff8W5ujp6gnTEdNS= 7LJ5Q', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'c3= 0735e0-6962-4c29-b448-af082357691a'} test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = =3D=3D=3D=3D=3D=3D=3D=3DSending GET Cmd : queryAsyncJobResult=3D=3D=3D=3D= =3D=3D=3D requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connectio= n (1): 10.220.153.217 requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature= =3DDVy79O%2BR1HQ%2BKRJd7D7nbQCoYGY%3D&apiKey=3DSng6IriYYMri4AHzMZOEdseGWMJB= Z-mfmhG30ZJIjV__AynsK03iV0GbvMzhglLVIff8W5ujp6gnTEdNS7LJ5Q&command=3DqueryA= syncJobResult&response=3Djson&jobid=3Dc30735e0-6962-4c29-b448-af082357691a = HTTP/1.1" 200 450 test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Response : {jobprocstatus : 0, created : u'2014-06-26T14:42:16+0000', cmd := u'org.apache.cloudstack.api.command.user.tag.DeleteTagsCmd', userid : u'57= dd7fb6-fc58-11e3-919f-4eba41a459a4', jobstatus : 2, jobid : u'c30735e0-6962= -4c29-b448-af082357691a', jobresultcode : 530, jobresulttype : u'object', j= obresult : {errorcode : 530, errortext : u'Unable to find tags by parameter= s specified'}, accountid : u'57dd7098-fc58-11e3-919f-4eba41a459a4'} test_07_iso_tag (integration.component.test_tags.TestResourceTags): ERROR: = =3D=3D=3D=3D __poll: Exception Occurred :Job failed: {jobprocstatus : 0, cr= eated : u'2014-06-26T14:42:16+0000', cmd : u'org.apache.cloudstack.api.comm= and.user.tag.DeleteTagsCmd', userid : u'57dd7fb6-fc58-11e3-919f-4eba41a459a= 4', jobstatus : 2, jobid : u'c30735e0-6962-4c29-b448-af082357691a', jobresu= ltcode : 530, jobresulttype : u'object', jobresult : {errorcode : 530, erro= rtext : u'Unable to find tags by parameters specified'}, accountid : u'57dd= 7098-fc58-11e3-919f-4eba41a459a4'} =3D=3D=3D=3D Traceback (most recent call last): File "/local/jenkins/workspace/xenrt-reg-adv-xs/work.59/env/local/lib/pyt= hon2.7/site-packages/marvin/cloudstackConnection.py", line 105, in __poll % async_response) Exception: Job failed: {jobprocstatus : 0, created : u'2014-06-26T14:42:16+= 0000', cmd : u'org.apache.cloudstack.api.command.user.tag.DeleteTagsCmd', u= serid : u'57dd7fb6-fc58-11e3-919f-4eba41a459a4', jobstatus : 2, jobid : u'c= 30735e0-6962-4c29-b448-af082357691a', jobresultcode : 530, jobresulttype : = u'object', jobresult : {errorcode : 530, errortext : u'Unable to find tags = by parameters specified'}, accountid : u'57dd7098-fc58-11e3-919f-4eba41a459= a4'} test_07_iso_tag (integration.component.test_tags.TestResourceTags): DEBUG: = Response : FAILED test_07_iso_tag (integration.component.test_tags.TestResourceTags): ERROR: = marvinRequest : CmdName: Exception: ['Traceback (most recent call last):\n', ' Fi= le "/local/jenkins/workspace/xenrt-reg-adv-xs/work.59/env/local/lib/python2= .7/site-packages/marvin/cloudstackConnection.py", line 373, in marvinReques= t\n raise self.__lastError\n', "Exception: Job failed: {jobprocstatus : = 0, created : u'2014-06-26T14:42:16+0000', cmd : u'org.apache.cloudstack.api= .command.user.tag.DeleteTagsCmd', userid : u'57dd7fb6-fc58-11e3-919f-4eba41= a459a4', jobstatus : 2, jobid : u'c30735e0-6962-4c29-b448-af082357691a', jo= bresultcode : 530, jobresulttype : u'object', jobresult : {errorcode : 530,= errortext : u'Unable to find tags by parameters specified'}, accountid : u= '57dd7098-fc58-11e3-919f-4eba41a459a4'}\n"] Traceback (most recent call last): File "/local/jenkins/workspace/xenrt-reg-adv-xs/work.59/env/local/lib/pyt= hon2.7/site-packages/marvin/cloudstackConnection.py", line 373, in marvinRe= quest raise self.__lastError Exception: Job failed: {jobprocstatus : 0, created : u'2014-06-26T14:42:16+= 0000', cmd : u'org.apache.cloudstack.api.command.user.tag.DeleteTagsCmd', u= serid : u'57dd7fb6-fc58-11e3-919f-4eba41a459a4', jobstatus : 2, jobid : u'c= 30735e0-6962-4c29-b448-af082357691a', jobresultcode : 530, jobresulttype : = u'object', jobresult : {errorcode : 530, errortext : u'Unable to find tags = by parameters specified'}, accountid : u'57dd7098-fc58-11e3-919f-4eba41a459= a4'} test_07_iso_tag (integration.component.test_tags.TestResourceTags): CRITICA= L: FAILED: test_07_iso_tag: ['Traceback (most recent call last):\n', ' Fil= e "/usr/lib/python2.7/unittest/case.py", line 332, in run\n testMethod()= \n', ' File "/home/jenkins/workspace/xenrt-reg-adv-xs/cloudstack.git/test/= integration/component/test_tags.py", line 1123, in test_07_iso_tag\n sel= f.fail("Failed to delete the tag - %s" % e)\n', ' File "/usr/lib/python2.7= /unittest/case.py", line 413, in fail\n raise self.failureException(msg)= \n', "AssertionError: Failed to delete the tag - Job failed: {jobprocstatus= : 0, created : u'2014-06-26T14:42:16+0000', cmd : u'org.apache.cloudstack.= api.command.user.tag.DeleteTagsCmd', userid : u'57dd7fb6-fc58-11e3-919f-4eb= a41a459a4', jobstatus : 2, jobid : u'c30735e0-6962-4c29-b448-af082357691a',= jobresultcode : 530, jobresulttype : u'object', jobresult : {errorcode : 5= 30, errortext : u'Unable to find tags by parameters specified'}, accountid = : u'57dd7098-fc58-11e3-919f-4eba41a459a4'}\n"] --------------------- >> end captured logging << --------------------- -- This message was sent by Atlassian JIRA (v6.2#6252)