-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15963/
-----------------------------------------------------------
Review request for cloudstack, Girish Shilamkar and SrikanteswaraRao Talluri.
Bugs: CLOUDSTACK-5347
https://issues.apache.org/jira/browse/CLOUDSTACK-5347
Repository: cloudstack-git
Description
-------
The test case
component.test_project_resources.TestSnapshots.test_06_create_snapshots_in_project
failed due to "Check Snapshot state is Running or not"
It was checking the snapshot state only in (CreatedOnPrimary, BackedUp). The
snapshot could also be in "Allocated" state.
Snapshot is always first in allocated state, then createdOnPrimary and finally
BackedUp.
included "Allocated" state in the list.
Diffs
-----
test/integration/component/test_project_resources.py 9b9b2e6
Diff: https://reviews.apache.org/r/15963/diff/
Testing
-------
Tested locally in XenServer advanced setup.
Thanks,
Gaurav Aradhye