neutron/neutron/tests/unit/tests
Ihar Hrachyshka e11102e42a tests: catch eventlet.Timeout exception
This exception kills the running test worker with all test cases
scheduled to it, probably because unittest module is not capable of
surviving it.

This patch makes all test cases to catch the exception and convert it to
unittest' friendly failure mode (triggered with self.fail).

Change-Id: I5b0d1efa458ca57dfce637dc75d419fe127751ed
Closes-Bug: #1625221
2016-09-21 13:34:41 +00:00
..
common Mock call to sysctl for test_get_free_namespace_port 2016-08-31 14:53:55 -05:00
example tests: register all objects before validating their hash versions 2016-03-16 08:26:37 -04:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_base.py tests: catch eventlet.Timeout exception 2016-09-21 13:34:41 +00:00
test_post_mortem_debug.py Fix params order in assertEqual 2016-01-13 18:24:04 +05:30