From 760ad0e265c99200c5a54c154ec54bd871ef634c Mon Sep 17 00:00:00 2001 From: David Mabry Date: Wed, 20 Apr 2016 08:32:42 -0500 Subject: [PATCH] Added required_hardware="false" attr above test_02_root_volume_attach_detach --- test/integration/component/test_volumes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_volumes.py b/test/integration/component/test_volumes.py index 1b1773cea0b..0d18ef3a43b 100644 --- a/test/integration/component/test_volumes.py +++ b/test/integration/component/test_volumes.py @@ -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 """