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 A1C1B1182D for ; Mon, 15 Sep 2014 11:24:35 +0000 (UTC) Received: (qmail 51559 invoked by uid 500); 15 Sep 2014 11:24:35 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 51532 invoked by uid 500); 15 Sep 2014 11:24:35 -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 51522 invoked by uid 99); 15 Sep 2014 11:24:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2014 11:24:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 157C5A13229; Mon, 15 Sep 2014 11:24:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: talluri@apache.org To: commits@cloudstack.apache.org Message-Id: <7fa66501577a447b9ab4b8a68974b981@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 593ba55 Date: Mon, 15 Sep 2014 11:24:35 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/master 46c1c1c94 -> 593ba5538 CLOUDSTACK-7135: test_baremetal.py - Tagging test case as invalid Signed-off-by: SrikanteswaraRao Talluri Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/593ba553 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/593ba553 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/593ba553 Branch: refs/heads/master Commit: 593ba5538a1248f799b267bc3a92cf6a6522f884 Parents: 46c1c1c Author: Gaurav Aradhye Authored: Fri Sep 12 11:45:22 2014 +0530 Committer: SrikanteswaraRao Talluri Committed: Mon Sep 15 16:53:50 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_baremetal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/593ba553/test/integration/component/test_baremetal.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_baremetal.py b/test/integration/component/test_baremetal.py index 6ab9146..a27e76c 100644 --- a/test/integration/component/test_baremetal.py +++ b/test/integration/component/test_baremetal.py @@ -80,7 +80,7 @@ class TestBaremetal(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags = ["baremetal", "basic"]) + @attr(tags = ["baremetal", "invalid"]) def test_baremetal(self): self.debug("Test create baremetal network offering") networkoffering = NetworkOffering.create(self.apiclient, self.services["network_offering"])