Added required_hardware="false" attr above test_02_root_volume_attach_detach

This commit is contained in:
David Mabry 2016-04-20 08:32:42 -05:00
parent ec7a86b2de
commit 760ad0e265
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ class TestAttachDetachVolume(cloudstackTestCase):
self.fail("Exception occurred: %s" % e)
return
@attr(tags=["advanced", "advancedns"])
@attr(tags=["advanced", "advancedns"], required_hardware="false")
def test_02_root_volume_attach_detach(self):
"""Test Root Volume attach/detach to VM
"""