neutron/neutron/tests/unit/nuage
Akihiro Motoki 9730c18584 UT: do not hide an original error in test resource ctxtmgr
In unit tests, resource contextmanagers such as network(), subnet()
try to delete themselves after returning from yield even if an
exception occurs. However when an exception occurs, there is a case
where deletion fails. In this case original exception will be hidden
and it makes difficult to debug test failures.

Before each test starts, resources like database entries will be
recreated, so there is no need to try to delete resources even
when an exception occurs. This commit removes try-finally clause
from resource contextmanagers to make original errors visible.

Closes-Bug: #1295887
Change-Id: Ia844d2aa2c9fc036e643068c5284f64798963ee3
2014-03-28 05:49:13 +00:00
..
__init__.py Nuage Networks Plugin 2014-02-28 14:22:42 -08:00
fake_nuageclient.py Nuage Networks Plugin 2014-02-28 14:22:42 -08:00
test_netpartition.py UT: do not hide an original error in test resource ctxtmgr 2014-03-28 05:49:13 +00:00
test_nuage_plugin.py Nuage Networks Plugin 2014-02-28 14:22:42 -08:00