tempest/tempest/api/volume
Matt Riedemann bc8dbd315c Cleanup try/except/finally blocks in several tests
There are several tests that have large try/except blocks which catch
Exception and then log their own error message but don't include the
original exception message. Some of these also have finally blocks doing
cleanup which could be performed with a call to self.addCleanup in the
test itself. Since this patch removes the useless self.fail with a
custom message masking the original exception, I also refactored the
finally blocks to use addCleanup instead.

Fixes bug 1207893

Change-Id: I6e9532e5067bbc0458ed3dc3faac58151aa696a0
2013-08-14 08:02:55 -07:00
..
admin Cleanup try/except/finally blocks in several tests 2013-08-14 08:02:55 -07:00
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
base.py Add tenant isolation for scenario tests 2013-08-12 19:16:52 +00:00
test_volumes_actions.py Merge "Add wait_for_volume_status in upload_to_image test" 2013-07-30 13:12:16 +00:00
test_volumes_get.py Cleanup try/except/finally blocks in several tests 2013-08-14 08:02:55 -07:00
test_volumes_list.py Removes 'positive' tag from tests. 2013-05-29 02:13:13 +02:00
test_volumes_negative.py White space after # in tempest/api files 2013-08-01 18:19:24 +02:00
test_volumes_snapshots.py Switch to using Oslo logging 2013-07-30 14:21:26 -04:00