You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Gaurav Aradhye <ga...@clogeny.com> on 2013/11/06 12:36:24 UTC

Review Request 15262: CLOUDSTACK-5057: Fixed test_06_recover_instance_in_network, removed dependency on test case ordering

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15262/
-----------------------------------------------------------

Review request for cloudstack, Girish Shilamkar and SrikanteswaraRao Talluri.


Bugs: CLOUDSTACK-5057
    https://issues.apache.org/jira/browse/CLOUDSTACK-5057


Repository: cloudstack-git


Description
-------

Earlier --> The virtual machine recovered in the test case, was destroyed in different test case. By the time, the test case test_06_recover_instance_in_network executes, it was not certain that the API would find the virtual machine.

Change --> Destroyed and recovered the VM in the same test case so that the API to recover the virtual machine finds the VM before it gets expunged completely.


Diffs
-----

  test/integration/component/test_vpc_vm_life_cycle.py 425c284 

Diff: https://reviews.apache.org/r/15262/diff/


Testing
-------

Tested locally on XenServer Setup.


Thanks,

Gaurav Aradhye