Revert "Fixed an Issue reported by xen server team"

The commit message is incorrect.
This reverts commit ed477744c8.
This commit is contained in:
Girish Shilamkar 2013-12-11 12:37:52 +05:30
parent ed477744c8
commit 623529060f
1 changed files with 0 additions and 4 deletions

View File

@ -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):