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 CD74710661 for ; Tue, 20 Aug 2013 04:07:56 +0000 (UTC) Received: (qmail 84068 invoked by uid 500); 20 Aug 2013 04:07:56 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 84030 invoked by uid 500); 20 Aug 2013 04:07:56 -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 83922 invoked by uid 500); 20 Aug 2013 04:07:55 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 83829 invoked by uid 99); 20 Aug 2013 04:07:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Aug 2013 04:07:52 +0000 Date: Tue, 20 Aug 2013 04:07:52 +0000 (UTC) From: "Rayees Namathponnan (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-4021) [Automation] TestExplicitDedication.test_01_deploy_vm_with_explicit_dedication failed to deploy VM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-4021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13744684#comment-13744684 ] Rayees Namathponnan commented on CLOUDSTACK-4021: ------------------------------------------------- Automation running with 2 zones, look this this test cases trying to find empty host in first zone alone; you cannot find empty host in first zone during automation; we need to check for both zones before skipping the test. > [Automation] TestExplicitDedication.test_01_deploy_vm_with_explicit_dedication failed to deploy VM > -------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-4021 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4021 > 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: Saksham Srivastava > Fix For: 4.2.0 > > > Test case "integration.component.test_explicit_dedication.TestExplicitDedication.test_01_deploy_vm_with_explicit_dedication" failing automation runs > Error Message > Execute cmd: asyncquery failed, due to: {errorcode : 533, errortext : u'Unable to create a deployment for VM[User|dec11341-27b0-4fc9-86f4-7570037a456c], Please check the affinity groups provided, there may not be sufficient capacity to follow them'} > Stacktrace > Traceback (most recent call last): > File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run > testMethod() > File "/Repo_30X/ipcl/cloudstack/test/integration/component/test_explicit_dedication.py", line 204, in test_01_deploy_vm_with_explicit_dedication > mode=self.services["mode"] > File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 388, in create > virtual_machine = apiclient.deployVirtualMachine(cmd, method=method) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 614, in deployVirtualMachine > response = self.connection.marvin_request(command, response_type=response, method=method) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 230, in marvin_request > response = self.poll(asyncJobId, response_type) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 91, in poll > "asyncquery", asyncResonse.jobresult) > cloudstackAPIException: Execute cmd: asyncquery failed, due to: {errorcode : 533, errortext : u'Unable to create a deployment for VM[User|dec11341-27b0-4fc9-86f4-7570037a456c], Please check the affinity groups provided, there may not be sufficient capacity to follow them'} > Looks like test case trying to create VM eventhough there is no host with emplty VM -- 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