Skip to content

Commit 43dffaa

Browse files
committed
Revert "CLOUDSTACK-7107: Disabling failed test case"
This reverts commit 186606a.
1 parent 60fb60a commit 43dffaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/integration/smoke/test_primary_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def tearDown(self):
5151
raise Exception("Warning: Exception during cleanup : %s" % e)
5252
return
5353

54-
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false", BugId="7074")
54+
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false")
5555
def test_01_primary_storage_nfs(self):
5656
"""Test primary storage pools - XEN, KVM, VMWare
5757
"""

test/integration/smoke/test_vm_life_cycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def test_07_restore_vm(self):
471471

472472
return
473473

474-
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg", "multihost"], required_hardware="false", BugId="7107")
474+
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg", "multihost"], required_hardware="false")
475475
def test_08_migrate_vm(self):
476476
"""Test migrate VM
477477
"""

0 commit comments

Comments
 (0)