tempest/tempest/api/compute
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
flavors Use assertIn and assertNotIn instead of assertTrue/assertFalse 2013-07-29 14:52:33 +02:00
floating_ips White space after # in tempest/api files 2013-08-01 18:19:24 +02:00
images Add tenant isolation for scenario tests 2013-08-12 19:16:52 +00:00
keypairs White space after # in tempest/api files 2013-08-01 18:19:24 +02:00
limits White space after # in tempest/api files 2013-08-01 18:19:24 +02:00
security_groups Merge "Skip secgroup invalid name/desc tests until bug 1161411 is fixed" 2013-08-09 19:12:18 +00:00
servers Add tenant isolation for scenario tests 2013-08-12 19:16:52 +00:00
volumes Cleanup try/except/finally blocks in several tests 2013-08-14 08:02:55 -07:00
__init__.py Switch to using Oslo logging 2013-07-30 14:21:26 -04:00
base.py Add tenant isolation for scenario tests 2013-08-12 19:16:52 +00:00
test_auth_token.py Fixed last merge file from "tests" folder to new "api" folder 2013-06-06 15:54:23 -04:00
test_authorization.py Add tenant isolation for scenario tests 2013-08-12 19:16:52 +00:00
test_extensions.py Use assertIn and assertNotIn instead of assertTrue/assertFalse 2013-07-29 14:52:33 +02:00
test_live_block_migration.py Set smoke/gate attributes for tests in "compute" 2013-05-23 12:21:08 -04:00
test_quotas.py Ignore the default quota values 2013-07-22 17:50:33 +02:00