mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Modified test description
This commit is contained in:
parent
fbc2e2e983
commit
7147627aa2
@ -362,12 +362,12 @@ class TestSnapshots(cloudstackTestCase):
|
|||||||
@attr(tags=["advanced", "basic", "smoke"], required_hardware="true")
|
@attr(tags=["advanced", "basic", "smoke"], required_hardware="true")
|
||||||
def test_01_test_vm_volume_snapshot(self):
|
def test_01_test_vm_volume_snapshot(self):
|
||||||
"""
|
"""
|
||||||
@Desc: Test that Volume snapshot for root volume not allowed
|
@Desc: Test that Volume snapshot for root volume is allowed
|
||||||
when VM snapshot is present for the VM
|
when VM snapshot is present for the VM
|
||||||
@Steps:
|
@Steps:
|
||||||
1: Deploy a VM and create a VM snapshot for VM
|
1: Deploy a VM and create a VM snapshot for VM
|
||||||
2: Try to create snapshot for the root volume of the VM,
|
2: Try to create snapshot for the root volume of the VM,
|
||||||
It should fail
|
It should not fail
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Creating Virtual Machine
|
# Creating Virtual Machine
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user