Modified test description

This commit is contained in:
sanjeev 2015-09-23 11:50:38 +05:30
parent fbc2e2e983
commit 7147627aa2

View File

@ -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