mirror of https://github.com/apache/cloudstack.git
Re-enabling fixed test case test_primary_storage.py
(cherry picked from commit 5749abc23a)
This commit is contained in:
parent
be87c5c5fb
commit
8e374c5d6f
|
|
@ -51,7 +51,7 @@ class TestPrimaryStorageServices(cloudstackTestCase):
|
|||
raise Exception("Warning: Exception during cleanup : %s" % e)
|
||||
return
|
||||
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], BugId="CLOUDSTACK-6770", required_hardware="false")
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false")
|
||||
def test_01_primary_storage_nfs(self):
|
||||
"""Test primary storage pools - XEN, KVM, VMWare
|
||||
"""
|
||||
|
|
@ -144,7 +144,7 @@ class TestPrimaryStorageServices(cloudstackTestCase):
|
|||
return
|
||||
|
||||
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], BugId="CLOUDSTACK-6770", required_hardware="false")
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false")
|
||||
def test_01_primary_storage_iscsi(self):
|
||||
"""Test primary storage pools - XEN, KVM, VMWare
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue