Merge "compute: Remove snapshot quiesce tests for STOPPED and SUSPENDED instances"
This commit is contained in:
commit
574f6aa336
@ -3306,16 +3306,6 @@ class _ComputeAPIUnitTestMixIn(object):
|
|||||||
quiesce_required=True,
|
quiesce_required=True,
|
||||||
quiesce_unsupported=True)
|
quiesce_unsupported=True)
|
||||||
|
|
||||||
def test_snapshot_volume_backed_with_quiesce_stopped(self):
|
|
||||||
self._test_snapshot_volume_backed(quiesce_required=True,
|
|
||||||
quiesce_unsupported=True,
|
|
||||||
vm_state=vm_states.STOPPED)
|
|
||||||
|
|
||||||
def test_snapshot_volume_backed_with_quiesce_suspended(self):
|
|
||||||
self._test_snapshot_volume_backed(quiesce_required=True,
|
|
||||||
quiesce_unsupported=True,
|
|
||||||
vm_state=vm_states.SUSPENDED)
|
|
||||||
|
|
||||||
def test_snapshot_volume_backed_with_suspended(self):
|
def test_snapshot_volume_backed_with_suspended(self):
|
||||||
self._test_snapshot_volume_backed(quiesce_required=False,
|
self._test_snapshot_volume_backed(quiesce_required=False,
|
||||||
quiesce_unsupported=True,
|
quiesce_unsupported=True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user