tempest/tempest/api/compute/admin
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
..
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
test_aggregates.py Add locks for all aggregates tests with hosts 2013-08-05 13:05:41 -04:00
test_availability_zone.py Removes 'positive' tag from tests. 2013-05-29 02:13:13 +02:00
test_fixed_ips.py Move neutron_available option to service_available 2013-07-22 16:16:08 -04:00
test_flavors.py White space after # in tempest/api files 2013-08-01 18:19:24 +02:00
test_flavors_access.py White space after # in tempest/api files 2013-08-01 18:19:24 +02:00
test_flavors_extra_specs.py White space after # in tempest/api files 2013-08-01 18:19:24 +02:00
test_hosts.py Use assertIn and assertNotIn instead of assertTrue/assertFalse 2013-07-29 14:52:33 +02:00
test_hypervisor.py Tests for os-hypervisors API extension of Nova 2013-06-09 03:57:15 +08:00
test_quotas.py Cleanup try/except/finally blocks in several tests 2013-08-14 08:02:55 -07:00
test_servers.py add tests - list servers using admin user 2013-06-27 23:50:54 +08:00
test_services.py White space after # in tempest/api files 2013-08-01 18:19:24 +02:00
test_simple_tenant_usage.py Removes 'positive' tag from tests. 2013-05-29 02:13:13 +02:00