neutron/neutron
Cedric Brandily c88debc44f Use addCleanup instead of tearDown
We should use addCleanup instead of tearDown because:
- tearDown is executed only if the test succeeds
- cleanups (defined with addCleanup) are executed even if the test fails

This change removes useless tearDown and transforms remaining ones into
addCleanup.

Change-Id: I44bd26dcb5c8456126a35cb807f0bafc772c0ab0
2017-02-02 22:07:26 +01:00
..
agent Merge "Init privsep on l3 agent start" 2017-01-31 14:55:58 +00:00
api Merge "Remove unused params named "context" in filter_attributes" 2017-01-31 18:16:15 +00:00
callbacks Merge "Routed networks IPv4 inventory in Nova GRP" 2017-01-24 22:37:41 +00:00
cmd Fix netns_cleanup interrupted on rwd I/O 2017-01-12 03:52:30 +00:00
common Merge "Use weakrefs for common_db_mixin callbacks" 2017-01-28 00:24:50 +00:00
conf Transition qos notification driver into qos driver 2017-01-25 14:13:36 +01:00
core_extensions Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
db Merge "Retry on routerport delete race" 2017-01-30 12:18:43 +00:00
debug Replace device owners hard coded strings to neutron_lib constants 2016-07-12 04:11:35 -04:00
extensions Allow all migration of routers 2017-01-24 01:04:14 -05:00
hacking Register sqlalchemy events through hook for UT cleanup 2017-01-20 04:15:01 -08:00
ipam OVO for Ipam(Allocation,Subnet,Pool) 2017-01-19 19:25:01 +00:00
locale Imported Translations from Zanata 2016-08-19 07:27:43 +00:00
notifiers Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
objects Merge "[Live Migration] Extend ml2_port_binding table" 2017-01-27 11:36:24 +00:00
pecan_wsgi Merge "Pecan: Fix subresource policy check" 2017-01-07 00:40:19 +00:00
plugins Merge "Check arg type for SegmentTypeDriver functions" 2017-01-31 13:07:56 +00:00
privileged Change neighbour commands to use pyroute2 2017-01-20 16:33:26 -05:00
quota Register sqlalchemy events through hook for UT cleanup 2017-01-20 04:15:01 -08:00
scheduler Remove deprecated min_l3_agents_per_router 2017-01-16 14:25:22 -05:00
server Revert "Revert "Remove threading before process forking"" 2016-06-02 21:26:08 +00:00
services Merge "Use weakrefs for common_db_mixin callbacks" 2017-01-28 00:24:50 +00:00
tests Use addCleanup instead of tearDown 2017-02-02 22:07:26 +01:00
__init__.py Hacking rule to check i18n usage 2016-03-30 21:28:37 -04:00
_i18n.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
auth.py
context.py Correctly set project_name 2017-01-20 16:11:00 -05:00
manager.py Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
neutron_plugin_base_v2.py Revert "Revert "Remove threading before process forking"" 2016-06-02 21:26:08 +00:00
opts.py XenAPI: Support daemon mode for rootwrap 2017-01-19 07:33:43 +00:00
policy.py Merge "Use to_policy_values for policy enforcement" 2016-12-02 23:00:00 +00:00
service.py Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
version.py
worker.py Move AgentStatusCheckWorker to PeriodicWorker 2016-11-17 15:31:19 -08:00
wsgi.py Merge "Use dispose_pool() from oslo.db" 2016-08-26 22:03:41 +00:00