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 0093610FA4 for ; Tue, 25 Nov 2014 13:14:13 +0000 (UTC) Received: (qmail 15265 invoked by uid 500); 25 Nov 2014 13:14:12 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 15234 invoked by uid 500); 25 Nov 2014 13:14:12 -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 15224 invoked by uid 500); 25 Nov 2014 13:14:12 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 15221 invoked by uid 99); 25 Nov 2014 13:14:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2014 13:14:12 +0000 Date: Tue, 25 Nov 2014 13:14:12 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-7949) test_base_image_updation.TestBaseImageUpdate.test_04_reoccuring_snapshot_rules fails while rebooting 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-7949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14224512#comment-14224512 ] ASF subversion and git services commented on CLOUDSTACK-7949: ------------------------------------------------------------- Commit 6eb4a40afe743e4a200730073e084a4d11026219 in cloudstack's branch refs/heads/master from [~ashutoshk] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=6eb4a40 ] CLOUDSTACK-7949: Fixing issue in test_base_image_updation.py Signed-off-by: SrikanteswaraRao Talluri > test_base_image_updation.TestBaseImageUpdate.test_04_reoccuring_snapshot_rules fails while rebooting VM > ------------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-7949 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7949 > Project: CloudStack > Issue Type: Test > Security Level: Public(Anyone can view this level - this is the default.) > Components: Automation > Affects Versions: 4.5.0 > Reporter: Ashutosk Kelkar > Assignee: Ashutosk Kelkar > Labels: automation > Fix For: 4.5.0 > > > The test case fails with below error: > Failed to reboot the virtual machine. Error: Job failed: {jobprocstatus : 0, created : u'2014-11-19T16:58:28+0000', jobresult : {errorcode : 431, errortext : u"Cannot restore the vm as the template be9df80c-a064-4056-a30e-01746a448513 isn't available in the zone"}, cmd : u'org.apache.cloudstack.api.command.admin.vm.RebootVMCmdByAdmin', userid : u'8c733998-6fe7-11e4-adbc-aa7a894c001b', jobstatus : 2, jobid : u'8cc1d543-ad32-4fcf-b85d-7a234edcd089', jobresultcode : 530, jobinstanceid : u'21ad3213-7383-433a-9bd2-d998c383b920', jobresulttype : u'object', jobinstancetype : u'VirtualMachine', accountid : u'8c732caa-6fe7-11e4-adbc-aa7a894c001b'} > Reboot Vm fails because the template used by the VM is deleted in earlier test case. Instead the template should be cleaned up after execution of all the test cases -- This message was sent by Atlassian JIRA (v6.3.4#6332)