mirror of https://github.com/apache/cloudstack.git
Revert "Marked copy to another zone tests as expectedFailure". This reverts commit 18a3e3cf2b.
This commit is contained in:
parent
18a3e3cf2b
commit
2133b17728
|
|
@ -442,7 +442,7 @@ class TestISO(cloudstackTestCase):
|
|||
"Check isfeatured permission of ISO"
|
||||
)
|
||||
return
|
||||
@unittest.expectedFailure
|
||||
|
||||
def test_06_copy_iso(self):
|
||||
"""Test for copy ISO from one zone to another"""
|
||||
|
||||
|
|
|
|||
|
|
@ -634,7 +634,7 @@ class TestTemplates(cloudstackTestCase):
|
|||
"ListTemplates should not list any system templates"
|
||||
)
|
||||
return
|
||||
@unittest.expectedFailure
|
||||
|
||||
def test_06_copy_template(self):
|
||||
"""Test for copy template from one zone to another"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue