mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6873: Tagged tests based on the limitation described in the bug
(cherry picked from commit 89a03c7099)
This commit is contained in:
parent
7f44f4a782
commit
75d2a331ee
|
|
@ -205,7 +205,7 @@ class TestDeployVMVolumeCreationFailure(cloudstackTestCase):
|
|||
self.mock_volume_failure
|
||||
]
|
||||
|
||||
@attr(tags = ['selfservice'],BugId="CLOUDSTACK-6708")
|
||||
@attr(tags = ['selfservice'],BugId="CLOUDSTACK-6873")
|
||||
def test_deploy_vm_volume_creation_failure(self):
|
||||
"""Test Deploy Virtual Machine - volume creation failure and retry
|
||||
|
||||
|
|
@ -316,7 +316,7 @@ class TestDeployVMStartFailure(cloudstackTestCase):
|
|||
self.mock_start_failure
|
||||
]
|
||||
|
||||
@attr(tags = ['selfservice'],BugId="CLOUDSTACK-6708")
|
||||
@attr(tags = ['selfservice'],BugId="CLOUDSTACK-6873")
|
||||
def test_deploy_vm_start_failure(self):
|
||||
"""Test Deploy Virtual Machine - start operation failure and retry
|
||||
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ class TestDeployVMHA(cloudstackTestCase):
|
|||
]
|
||||
self.cleanup = self.cleanup + self.mock_checkonhost_list
|
||||
|
||||
@attr(tags = ['selfservice'])
|
||||
@attr(tags = ['selfservice'],BugId="CLOUDSTACK-6873")
|
||||
def test_vm_ha(self):
|
||||
"""Test VM HA
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue