Modified test description
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7147627a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7147627a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7147627a Branch: refs/heads/master Commit: 7147627aa2756c21d28560c1d126c2cdc5cfe771 Parents: fbc2e2e Author: sanjeev <[email protected]> Authored: Wed Sep 23 11:50:38 2015 +0530 Committer: sanjeev <[email protected]> Committed: Wed Sep 23 11:52:10 2015 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_vm_snapshots.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7147627a/test/integration/smoke/test_vm_snapshots.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_vm_snapshots.py b/test/integration/smoke/test_vm_snapshots.py index 79e8173..3831848 100644 --- a/test/integration/smoke/test_vm_snapshots.py +++ b/test/integration/smoke/test_vm_snapshots.py @@ -362,12 +362,12 @@ class TestSnapshots(cloudstackTestCase): @attr(tags=["advanced", "basic", "smoke"], required_hardware="true") 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 @Steps: 1: Deploy a VM and create a VM snapshot for VM 2: Try to create snapshot for the root volume of the VM, - It should fail + It should not fail """ # Creating Virtual Machine
