Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D16941109D for ; Wed, 11 Jun 2014 06:01:36 +0000 (UTC) Received: (qmail 19065 invoked by uid 500); 11 Jun 2014 06:01:36 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 19036 invoked by uid 500); 11 Jun 2014 06:01:36 -0000 Mailing-List: contact commits-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 commits@cloudstack.apache.org Received: (qmail 19029 invoked by uid 99); 11 Jun 2014 06:01:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 06:01:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4DB6E926D31; Wed, 11 Jun 2014 06:01:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aprateek@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.4-forward to e58cc98 Date: Wed, 11 Jun 2014 06:01:36 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/4.4-forward 93c692ea2 -> e58cc98c7 CLOUDSTACK-6875 Tagged the testcase with the bugId. Signed-off-by: Abhinandan Prateek Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e58cc98c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e58cc98c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e58cc98c Branch: refs/heads/4.4-forward Commit: e58cc98c74c1655f5b5da60f75eeeef8269f800d Parents: 93c692e Author: Bharat Kumar Authored: Mon Jun 9 18:39:17 2014 +0530 Committer: Abhinandan Prateek Committed: Wed Jun 11 11:31:23 2014 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_volumes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e58cc98c/test/integration/smoke/test_volumes.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_volumes.py b/test/integration/smoke/test_volumes.py index 73c2722..d6db63f 100644 --- a/test/integration/smoke/test_volumes.py +++ b/test/integration/smoke/test_volumes.py @@ -708,7 +708,7 @@ class TestVolumes(cloudstackTestCase): time.sleep(30) return - @attr(tags = ["advanced", "advancedns", "smoke","basic", "selfservice"]) + @attr(tags = ["advanced", "advancedns", "smoke","basic", "selfservice"], BugId="CLOUDSTACK-6875") def test_09_delete_detached_volume(self): """Delete a Volume unattached to an VM """