[jira] [Commented] (CLOUDSTACK-7125) [Automation] Fix test_blocker_bugs script to wait for the Snapshot to be backedup before creating a Template from it

2014-07-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076244#comment-14076244
 ] 

ASF subversion and git services commented on CLOUDSTACK-7125:
-

Commit 724c8dc7c98574dcdf669c0c2d7549981667ab77 in cloudstack's branch 
refs/heads/4.4 from [~gauravaradhye]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=724c8dc ]

CLOUDSTACK-7125: Fixed test_blocker_bugs.py, added code to wait for snapshots 
to be in 'BackedU' state

(cherry picked from commit 4395308bd8b469fb02fc71d1e22f25c7d89b6dff)


> [Automation] Fix test_blocker_bugs script to wait for the Snapshot to be 
> backedup before creating a Template from it
> 
>
> Key: CLOUDSTACK-7125
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7125
> Project: CloudStack
>  Issue Type: Test
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Automation, Test
>Affects Versions: 4.5.0
>Reporter: Chandan Purushothama
>Assignee: Gaurav Aradhye
>Priority: Critical
> Fix For: 4.5.0
>
>
> Failed to create Template as Snapshot is not BackedUp yet
> =
> Error:
> =
> CloudstackAPIException: Execute cmd: createtemplate failed, due to: 
> errorCode: 431, errorText:Snapshot id=3 is not in BackedUp state yet and 
> can't be used for template creation
> test_02_check_size_snapshotTemplate 
> (integration.component.test_blocker_bugs.TestTemplates): CRITICAL: EXCEPTION: 
> test_02_check_size_snapshotTemplate: ['Traceback (most recent call last):\n', 
> '  File "/usr/lib/python2.7/unittest/case.py", line 332, in run\n
> testMethod()\n', '  File 
> "/home/jenkins/workspace/xenrt-reg-basic-xs/cloudstack.git/test/integration/component/test_blocker_bugs.py",
>  line 891, in test_02_check_size_snapshotTemplate\n
> self.services["template"]\n', '  File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/lib/base.py",
>  line 1164, in create_from_snapshot\nreturn 
> Template(apiclient.createTemplate(cmd).__dict__)\n', '  File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
>  line 794, in createTemplate\nresponse = 
> self.connection.marvinRequest(command, response_type=response, 
> method=method)\n', '  File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
>  line 380, in marvinRequest\nraise e\n', "CloudstackAPIException: Execute 
> cmd: createtemplate failed, due to: errorCode: 431, errorText:Snapshot id=3 
> is not in BackedUp state yet and can't be used for template creation\n"]
> - >> end captured logging << -
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 332, in run
> testMethod()
>   File 
> "/home/jenkins/workspace/xenrt-reg-basic-xs/cloudstack.git/test/integration/component/test_blocker_bugs.py",
>  line 891, in test_02_check_size_snapshotTemplate
> self.services["template"]
>   File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/lib/base.py",
>  line 1164, in create_from_snapshot
> return Template(apiclient.createTemplate(cmd).__dict__)
>   File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
>  line 794, in createTemplate
> response = self.connection.marvinRequest(command, response_type=response, 
> method=method)
>   File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
>  line 380, in marvinRequest
> raise e
> 'Execute cmd: createtemplate failed, due to: errorCode: 431, 
> errorText:Snapshot id=3 is not in BackedUp state yet and can\'t be used for 
> template creation\n >> begin captured stdout << 
> -\n=== TestName: test_02_check_size_snapshotTemplate | 
> Status : EXCEPTION ===\n\n\n- >> end captured stdout << 
> --\n >> begin captured logging << 
> \ntest_02_check_size_snapshotTemplate 
> (integration.component.test_blocker_bugs.TestTemplates): DEBUG: 
> STARTED : TC: test_02_check_size_snapshotTemplate 
> :::\ntest_02_check_size_snapshotTemplate 
> (integration.component.test_blocker_bugs.TestTemplates): DEBUG: Payload: 
> {\'account\': u\'test-TestTemplates-test_01_create_template-PV1LCJ\', 
> \'domainid\': u\'7ccbf6bc-08ed-11e4-887d-928d578f5db8\', \'v

[jira] [Commented] (CLOUDSTACK-7125) [Automation] Fix test_blocker_bugs script to wait for the Snapshot to be backedup before creating a Template from it

2014-07-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14073253#comment-14073253
 ] 

ASF subversion and git services commented on CLOUDSTACK-7125:
-

Commit 49005b324f18e19166bcbb801bcd07609e44d8db in cloudstack's branch 
refs/heads/master from [~gauravaradhye]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=49005b3 ]

CLOUDSTACK-7125: Fixed test_blocker_bugs.py, added code to wait for snapshots 
to be in 'BackedU' state


> [Automation] Fix test_blocker_bugs script to wait for the Snapshot to be 
> backedup before creating a Template from it
> 
>
> Key: CLOUDSTACK-7125
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7125
> Project: CloudStack
>  Issue Type: Test
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Automation, Test
>Affects Versions: 4.5.0
>Reporter: Chandan Purushothama
>Assignee: Gaurav Aradhye
>Priority: Critical
> Fix For: 4.5.0
>
>
> Failed to create Template as Snapshot is not BackedUp yet
> =
> Error:
> =
> CloudstackAPIException: Execute cmd: createtemplate failed, due to: 
> errorCode: 431, errorText:Snapshot id=3 is not in BackedUp state yet and 
> can't be used for template creation
> test_02_check_size_snapshotTemplate 
> (integration.component.test_blocker_bugs.TestTemplates): CRITICAL: EXCEPTION: 
> test_02_check_size_snapshotTemplate: ['Traceback (most recent call last):\n', 
> '  File "/usr/lib/python2.7/unittest/case.py", line 332, in run\n
> testMethod()\n', '  File 
> "/home/jenkins/workspace/xenrt-reg-basic-xs/cloudstack.git/test/integration/component/test_blocker_bugs.py",
>  line 891, in test_02_check_size_snapshotTemplate\n
> self.services["template"]\n', '  File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/lib/base.py",
>  line 1164, in create_from_snapshot\nreturn 
> Template(apiclient.createTemplate(cmd).__dict__)\n', '  File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
>  line 794, in createTemplate\nresponse = 
> self.connection.marvinRequest(command, response_type=response, 
> method=method)\n', '  File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
>  line 380, in marvinRequest\nraise e\n', "CloudstackAPIException: Execute 
> cmd: createtemplate failed, due to: errorCode: 431, errorText:Snapshot id=3 
> is not in BackedUp state yet and can't be used for template creation\n"]
> - >> end captured logging << -
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 332, in run
> testMethod()
>   File 
> "/home/jenkins/workspace/xenrt-reg-basic-xs/cloudstack.git/test/integration/component/test_blocker_bugs.py",
>  line 891, in test_02_check_size_snapshotTemplate
> self.services["template"]
>   File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/lib/base.py",
>  line 1164, in create_from_snapshot
> return Template(apiclient.createTemplate(cmd).__dict__)
>   File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
>  line 794, in createTemplate
> response = self.connection.marvinRequest(command, response_type=response, 
> method=method)
>   File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
>  line 380, in marvinRequest
> raise e
> 'Execute cmd: createtemplate failed, due to: errorCode: 431, 
> errorText:Snapshot id=3 is not in BackedUp state yet and can\'t be used for 
> template creation\n >> begin captured stdout << 
> -\n=== TestName: test_02_check_size_snapshotTemplate | 
> Status : EXCEPTION ===\n\n\n- >> end captured stdout << 
> --\n >> begin captured logging << 
> \ntest_02_check_size_snapshotTemplate 
> (integration.component.test_blocker_bugs.TestTemplates): DEBUG: 
> STARTED : TC: test_02_check_size_snapshotTemplate 
> :::\ntest_02_check_size_snapshotTemplate 
> (integration.component.test_blocker_bugs.TestTemplates): DEBUG: Payload: 
> {\'account\': u\'test-TestTemplates-test_01_create_template-PV1LCJ\', 
> \'domainid\': u\'7ccbf6bc-08ed-11e4-887d-928d578f5db8\', \'volumeid\': 
> u\'7aa4cc3c-5c23-4b30-a30d-b48bd735ebcc\', \'apiKey\'

[jira] [Commented] (CLOUDSTACK-7125) [Automation] Fix test_blocker_bugs script to wait for the Snapshot to be backedup before creating a Template from it

2014-07-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14073254#comment-14073254
 ] 

ASF subversion and git services commented on CLOUDSTACK-7125:
-

Commit 4395308bd8b469fb02fc71d1e22f25c7d89b6dff in cloudstack's branch 
refs/heads/4.4-forward from [~gauravaradhye]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=4395308 ]

CLOUDSTACK-7125: Fixed test_blocker_bugs.py, added code to wait for snapshots 
to be in 'BackedU' state


> [Automation] Fix test_blocker_bugs script to wait for the Snapshot to be 
> backedup before creating a Template from it
> 
>
> Key: CLOUDSTACK-7125
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7125
> Project: CloudStack
>  Issue Type: Test
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Automation, Test
>Affects Versions: 4.5.0
>Reporter: Chandan Purushothama
>Assignee: Gaurav Aradhye
>Priority: Critical
> Fix For: 4.5.0
>
>
> Failed to create Template as Snapshot is not BackedUp yet
> =
> Error:
> =
> CloudstackAPIException: Execute cmd: createtemplate failed, due to: 
> errorCode: 431, errorText:Snapshot id=3 is not in BackedUp state yet and 
> can't be used for template creation
> test_02_check_size_snapshotTemplate 
> (integration.component.test_blocker_bugs.TestTemplates): CRITICAL: EXCEPTION: 
> test_02_check_size_snapshotTemplate: ['Traceback (most recent call last):\n', 
> '  File "/usr/lib/python2.7/unittest/case.py", line 332, in run\n
> testMethod()\n', '  File 
> "/home/jenkins/workspace/xenrt-reg-basic-xs/cloudstack.git/test/integration/component/test_blocker_bugs.py",
>  line 891, in test_02_check_size_snapshotTemplate\n
> self.services["template"]\n', '  File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/lib/base.py",
>  line 1164, in create_from_snapshot\nreturn 
> Template(apiclient.createTemplate(cmd).__dict__)\n', '  File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
>  line 794, in createTemplate\nresponse = 
> self.connection.marvinRequest(command, response_type=response, 
> method=method)\n', '  File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
>  line 380, in marvinRequest\nraise e\n', "CloudstackAPIException: Execute 
> cmd: createtemplate failed, due to: errorCode: 431, errorText:Snapshot id=3 
> is not in BackedUp state yet and can't be used for template creation\n"]
> - >> end captured logging << -
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 332, in run
> testMethod()
>   File 
> "/home/jenkins/workspace/xenrt-reg-basic-xs/cloudstack.git/test/integration/component/test_blocker_bugs.py",
>  line 891, in test_02_check_size_snapshotTemplate
> self.services["template"]
>   File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/lib/base.py",
>  line 1164, in create_from_snapshot
> return Template(apiclient.createTemplate(cmd).__dict__)
>   File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
>  line 794, in createTemplate
> response = self.connection.marvinRequest(command, response_type=response, 
> method=method)
>   File 
> "/local/jenkins/workspace/xenrt-reg-basic-xs/work.64/env/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
>  line 380, in marvinRequest
> raise e
> 'Execute cmd: createtemplate failed, due to: errorCode: 431, 
> errorText:Snapshot id=3 is not in BackedUp state yet and can\'t be used for 
> template creation\n >> begin captured stdout << 
> -\n=== TestName: test_02_check_size_snapshotTemplate | 
> Status : EXCEPTION ===\n\n\n- >> end captured stdout << 
> --\n >> begin captured logging << 
> \ntest_02_check_size_snapshotTemplate 
> (integration.component.test_blocker_bugs.TestTemplates): DEBUG: 
> STARTED : TC: test_02_check_size_snapshotTemplate 
> :::\ntest_02_check_size_snapshotTemplate 
> (integration.component.test_blocker_bugs.TestTemplates): DEBUG: Payload: 
> {\'account\': u\'test-TestTemplates-test_01_create_template-PV1LCJ\', 
> \'domainid\': u\'7ccbf6bc-08ed-11e4-887d-928d578f5db8\', \'volumeid\': 
> u\'7aa4cc3c-5c23-4b30-a30d-b48bd735ebcc\', \'api