CLOUDSTACK-7135: test_baremetal.py - Tagging test case as invalid

Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
Gaurav Aradhye 2014-09-12 11:45:22 +05:30 committed by SrikanteswaraRao Talluri
parent 46c1c1c949
commit 593ba5538a
1 changed files with 1 additions and 1 deletions

View File

@ -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"])