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 52EE21064D for ; Thu, 13 Feb 2014 14:18:22 +0000 (UTC) Received: (qmail 71408 invoked by uid 500); 13 Feb 2014 14:18:21 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 71343 invoked by uid 500); 13 Feb 2014 14:18:20 -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 71327 invoked by uid 500); 13 Feb 2014 14:18:20 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 71322 invoked by uid 99); 13 Feb 2014 14:18:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Feb 2014 14:18:19 +0000 Date: Thu, 13 Feb 2014 14:18:19 +0000 (UTC) From: "Dhananjay D Pathak (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-6098) [Automation] : test_tags.py fails with error as Exception during cleanup : Execute cmd: asyncquery failed, due to: {errorcode : 530, errortext : u'Command failed due to Internal Server Error'} MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Dhananjay D Pathak created CLOUDSTACK-6098: ---------------------------------------------- Summary: [Automation] : test_tags.py fails with error as Exception during cleanup : Execute cmd: asyncquery failed, due to: {errorcode : 530, errortext : u'Command failed due to Internal Server Error'} Key: CLOUDSTACK-6098 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6098 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: marvin Affects Versions: 4.2.0 Environment: CloudPlatform 4.2.0 on Red Hat Enterprise Linux Server release 6.4 (Santiago) Reporter: Dhananjay D Pathak Test Create tag on LB rule and remove the LB rule ... FAIL ERROR Test Create tag on nat rule and remove the nat rule ... FAIL ERROR Test Create tag on firewall rule and remove the firewall rule ... ok Test Create tag on vpn and remove the vpn ... SKIP: VPN resource tags are unsupported in 4.0 Test creation, listing and deletion tags on UserVM ... ok Test creation, listing and deletion tag on templates ... ok Test creation, listing and deletion tags on ISO ... ok Test creation, listing and deletion tagson volume ... ok Test creation, listing and deletion tag son snapshot ... ok Testcreation, listing and deletion tags on guest network ... ok Test migration of a tagged vm and delete the tag ... ERROR Test to verify that tags are not case sensitive ... ERROR Test multiple tags and with special characters on same machine ... ERROR Test creation, listing and deletion tags on projects ... ok Test Query the tags from other account ... ok Test Query the tags from admin account ... ok Test listAPI with invalid tags parameter ... ERROR Test deletion and addition of same tag on a resource. ... ERROR Test creation of same tag on multiple resources ... ERROR Test creation of tag on stopped vm. ... ERROR Test creation of tag on stopped vm. ... ERROR ====================================================================== ERROR: Test Create tag on LB rule and remove the LB rule ---------------------------------------------------------------------- Traceback (most recent call last): File "/DataDisk/temp/cloudstack/test/integration/component/test_tags.py", line 264, in tearDown raise Exception("Warning: Exception during cleanup : %s" % e) Exception: Warning: Exception during cleanup : Execute cmd: asyncquery failed, due to: {errorcode : 530, errortext : u'Command failed due to Internal Server Error'} -- This message was sent by Atlassian JIRA (v6.1.5#6160)