You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sw...@apache.org on 2016/04/28 22:04:11 UTC

[4/7] git commit: updated refs/heads/4.8 to d11194a

Added required_hardware="false" attr above test_02_root_volume_attach_detach


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/760ad0e2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/760ad0e2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/760ad0e2

Branch: refs/heads/4.8
Commit: 760ad0e265c99200c5a54c154ec54bd871ef634c
Parents: ec7a86b
Author: David Mabry <dm...@ena.com>
Authored: Wed Apr 20 08:32:42 2016 -0500
Committer: David Mabry <dm...@ena.com>
Committed: Wed Apr 20 08:32:42 2016 -0500

----------------------------------------------------------------------
 test/integration/component/test_volumes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/760ad0e2/test/integration/component/test_volumes.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_volumes.py b/test/integration/component/test_volumes.py
index 1b1773c..0d18ef3 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
         """