----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29144/ -----------------------------------------------------------
Review request for cloudstack and SrikanteswaraRao Talluri. Bugs: CLOUDSTACK-8081 https://issues.apache.org/jira/browse/CLOUDSTACK-8081 Repository: cloudstack-git Description ------- The VM snapshot test case was failiong while reverting the snapshot. That is because the VM snapshot created included only the disk, not memory. And reverting a VM snapshot having only disk is possible only when the VM is in stopped state. So either stop the VM before reverting the snapshot, or inlude memory too while creating the VM snapshot. Changes: 1) Included memory while creating VM snapshot. 2) Created separate account for each test case rather than using common account (Common account might leads to cleanup complexities, where the test cases affect each other) Diffs ----- test/integration/component/test_escalations_instances.py 9f053a1 Diff: https://reviews.apache.org/r/29144/diff/ Testing ------- Yes. Thanks, Gaurav Aradhye