commit | 2883fd5254821f0db8a5808ed02fdaa802a0ad0a | [log] [tgz] |
---|---|---|
author | Attila Fazekas <afazekas@redhat.com> | Sun Mar 10 12:05:21 2013 +0100 |
committer | Attila Fazekas <afazekas@redhat.com> | Tue Apr 09 22:29:23 2013 +0200 |
tree | df29ab17c7f8b1edc2ecb63ac1c2ddb6ada12bda | |
parent | 1af0f4d0e6ad9330fbc93487d0960aad6b2da7f3 [diff] |
raise the first exception in flavors and security_group test The exceptions raised in the finally block hides the exceptions raised in the try block. For example if a resource creation fails you would see the exception from the resource deletion. This change replaces the finally usage by addCleanup methods. test_security_group_rules_create_delete removed because of a duplication. Change-Id: Id69a3b7edd0933f4d5967bd8b84fb16a2095ab0a