-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16776/
-----------------------------------------------------------
Review request for cloudstack and Girish Shilamkar.
Bugs: CLOUDSTACK-5748
https://issues.apache.org/jira/browse/CLOUDSTACK-5748
Repository: cloudstack-git
Description
-------
Changes:
1) Changed the way in which script is executed on user vm. Earlier we used to
execute script through router using expect.
Now directly added NAT and Firewall rule for public ip belonging to user vm, so
that we can ssh to vm and then directly execute the script.
2) Changed the tearDown method so that exact reason of the cleanup failure will
be known. Network cleanup fails (CLOUDSTACK-5748) sometimes because the vm in
the network does not get expunged in the expunge interval.
Have added extra step to check if the VM is expunged or not, and if is expunged
then only proceed to network cleanup or else fail the test case with proper
reason.
Diffs
-----
test/integration/component/test_egress_fw_rules.py e1568bd
Diff: https://reviews.apache.org/r/16776/diff/
Testing
-------
Tested locally, all the test cases ran successfully except the 4 which are
already skipped.
Thanks,
Gaurav Aradhye