From 593ba5538a1248f799b267bc3a92cf6a6522f884 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Fri, 12 Sep 2014 11:45:22 +0530 Subject: [PATCH] CLOUDSTACK-7135: test_baremetal.py - Tagging test case as invalid Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_baremetal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_baremetal.py b/test/integration/component/test_baremetal.py index 6ab91466bd1..a27e76c3886 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"])