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 E8B1A118AA for ; Mon, 4 Aug 2014 23:25:14 +0000 (UTC) Received: (qmail 51437 invoked by uid 500); 4 Aug 2014 23:25:14 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 51311 invoked by uid 500); 4 Aug 2014 23:25:14 -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 51201 invoked by uid 500); 4 Aug 2014 23:25:14 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 51197 invoked by uid 99); 4 Aug 2014 23:25:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 23:25:14 +0000 Date: Mon, 4 Aug 2014 23:25:14 +0000 (UTC) From: "Rayees Namathponnan (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-7240) [Automation] VM destroy not handled properly in test_persistent_networks MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Rayees Namathponnan created CLOUDSTACK-7240: ----------------------------------------------- Summary: [Automation] VM destroy not handled properly in test_persistent_networks Key: CLOUDSTACK-7240 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7240 Project: CloudStack Issue Type: Test Security Level: Public (Anyone can view this level - this is the default.) Components: Automation Affects Versions: 4.5.0 Environment: KVM Reporter: Rayees Namathponnan Priority: Critical Fix For: 4.5.0 Test cases from integration.component.test_persistent_networks.TestPersistentNetworks failing while deleting VMs Failed to delete VM: 000c4121-d76d-4a51-9644-2109f444ce54 with error Job failed: {jobprocstatus : 0, created : u'2014-08-03T23:02:29-0700', jobresult : {errorcode : 530, errortext : u'Unable to find a virtual machine with specified vmId'}, cmd : u'org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin', userid : u'e613082a-1a74-11e4-b040-1a6f7bb0d0a8', jobstatus : 2, jobid : u'4adaf404-083f-4285-afd4-c2a04ef84cf2', jobresultcode : 530, jobinstanceid : u'000c4121-d76d-4a51-9644-2109f444ce54', jobresulttype : u'object', job If you look the test case, test case trying to delete the same VM twice 921 # Delete VM 922 virtual_machine.delete(self.api_client, expunge=True) 923 924 # Verify VM is expunged 925 self.verifyVmExpungement(virtual_machine) -> Method verifyExpungment also trying to delete the VM -- This message was sent by Atlassian JIRA (v6.2#6252)