mirror of https://github.com/apache/cloudstack.git
Revert "CLOUDSTACK-7107: Disabling failed test case"
This reverts commit 186606a0bf.
This commit is contained in:
parent
60fb60a911
commit
43dffaad5f
|
|
@ -51,7 +51,7 @@ class TestPrimaryStorageServices(cloudstackTestCase):
|
|||
raise Exception("Warning: Exception during cleanup : %s" % e)
|
||||
return
|
||||
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false", BugId="7074")
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false")
|
||||
def test_01_primary_storage_nfs(self):
|
||||
"""Test primary storage pools - XEN, KVM, VMWare
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -471,7 +471,7 @@ class TestVMLifeCycle(cloudstackTestCase):
|
|||
|
||||
return
|
||||
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg", "multihost"], required_hardware="false", BugId="7107")
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg", "multihost"], required_hardware="false")
|
||||
def test_08_migrate_vm(self):
|
||||
"""Test migrate VM
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue