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 5FF64107F9 for ; Fri, 12 Jul 2013 16:53:53 +0000 (UTC) Received: (qmail 99191 invoked by uid 500); 12 Jul 2013 16:53:51 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 98469 invoked by uid 500); 12 Jul 2013 16:53:50 -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 98410 invoked by uid 500); 12 Jul 2013 16:53:49 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 98393 invoked by uid 99); 12 Jul 2013 16:53:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jul 2013 16:53:49 +0000 Date: Fri, 12 Jul 2013 16:53:49 +0000 (UTC) From: "Chip Childers (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CLOUDSTACK-3504) Simulator test failure: ERROR: test DeployVM in anti-affinity groups 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-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chip Childers closed CLOUDSTACK-3504. ------------------------------------- Resolution: Fixed yup - as prasanna noted, this was already resolved. closing > Simulator test failure: ERROR: test DeployVM in anti-affinity groups > -------------------------------------------------------------------- > > Key: CLOUDSTACK-3504 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3504 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.2.0 > Environment: simulator > Reporter: Chip Childers > Priority: Critical > > Running the basic marvin tests, results in a failure of the DeployVM in anti-affinity group test. > Run as (assumes working and setup simulator mgmt server): > mvn -Pdeveloper,marvin.test -Dmarvin.config=setup/dev/advanced.cfg -pl :cloud-marvin integration-test > Test failure stack trace: > ====================================================================== > ERROR: test DeployVM in anti-affinity groups > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/sg-user/cloudstack/test/integration/smoke/test_affinity_groups.py", line 126, in test_DeployVmAntiAffinityGroup > affinitygroupnames=[self.ag.name] > File "/usr/local/lib/python2.7/dist-packages/marvin/integration/lib/base.py", line 317, in create > virtual_machine = apiclient.deployVirtualMachine(cmd, method=method) > File "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1011, in deployVirtualMachine > response = self.connection.marvin_request(command, response_type=response, method=method) > File "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py", line 222, in marvin_request > response = jsonHelper.getResultObj(response.json(), response_type) > File "/usr/local/lib/python2.7/dist-packages/marvin/jsonHelper.py", line 148, in getResultObj > raise cloudstackException.cloudstackAPIException(respname, errMsg) > cloudstackAPIException: Execute cmd: deployvirtualmachine failed, due to: errorCode: 431, errorText:Unable to find affinity group by name webvms > ---------------------------------------------------------------------- > Ran 19 tests in 156.016s -- 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