----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13014/ -----------------------------------------------------------
Review request for cloudstack and Prasanna Santhanam. Repository: cloudstack-git Description ------- The exception raised is valid behavior. It attempts to delete security group without destroying vm in it, hence expecting exception in the operation. Added self.assertRaises for the security group delete operation. Works fin now. Diffs ----- test/integration/component/test_security_groups.py 3c25e25 Diff: https://reviews.apache.org/r/13014/diff/ Testing ------- Tested on KVM basic setup. Thanks, Gaurav Aradhye