mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7135: test_baremetal.py - Tagging test case as invalid
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
46c1c1c949
commit
593ba5538a
|
|
@ -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"])
|
||||
|
|
|
|||
Loading…
Reference in New Issue