neutron/neutron/tests/unit/api
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
..
rpc Merge "Make UUIDField actually validate UUIDs" 2016-12-13 01:23:31 +00:00
v2 Use addCleanup instead of tearDown 2017-02-02 22:07:26 +01:00
__init__.py Send DHCP notifications regardless of agent status 2013-12-19 07:08:19 +00:00
test_extensions.py neutron-lib: use CORE from neutron lib constants 2016-12-26 00:56:42 -08:00