You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2013/12/11 08:08:39 UTC

git commit: updated refs/heads/master to 6235290

Updated Branches:
  refs/heads/master ed477744c -> 623529060


Revert "Fixed an Issue reported by xen server team"

The commit message is incorrect.
This reverts commit ed477744c85a7d9024c5b765e7fe7a15ec46da2a.


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

Branch: refs/heads/master
Commit: 623529060f5acecf89ec8b81fe7006feb71441c6
Parents: ed47774
Author: Girish Shilamkar <gi...@clogeny.com>
Authored: Wed Dec 11 12:37:52 2013 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Wed Dec 11 12:37:52 2013 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_volumes.py | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/62352906/test/integration/smoke/test_volumes.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_volumes.py b/test/integration/smoke/test_volumes.py
index 8f41803..816ae03 100644
--- a/test/integration/smoke/test_volumes.py
+++ b/test/integration/smoke/test_volumes.py
@@ -621,8 +621,6 @@ class TestVolumes(cloudstackTestCase):
                          )
         if hosts[0].hypervisor == "XenServer":
             self.virtual_machine.start(self.apiClient)
-            time.sleep(30)
-        return 
 
 
     @attr(tags = ["advanced", "advancedns", "smoke", "basic"])
@@ -682,8 +680,6 @@ class TestVolumes(cloudstackTestCase):
 
         if hosts[0].hypervisor == "XenServer":
             self.virtual_machine.start(self.apiClient)
-            time.sleep(30)
-        return
 
     @attr(tags = ["advanced", "advancedns", "smoke","basic"])
     def test_09_delete_detached_volume(self):