neutron/neutron/tests/unit/tests
Hieu LE 0d3594bbbc Remove deprecated eventlet TimeoutError exception
Eventlet now deprecate TimeoutError exception [1].
Updating eventlet to latest 0.21.0 can cause UT fail because
of misunderstood between deprecated exception and the new exception class
Timeout. [2]

This patch remove deprecated exception usage, fix the UT failure with eventlet
0.21.0 in order to upgrade eventlet upper-constraint to latest version.

[1]. https://github.com/eventlet/eventlet/blob/master/eventlet/__init__.py#L55
[2]. https://review.openstack.org/#/c/460424/

Change-Id: I48179953ef19ec6b2f3f6706337a1dae1b3830bd
2017-05-05 16:49:58 +07:00
..
common Mock call to sysctl for test_get_free_namespace_port 2016-08-31 14:53:55 -05:00
example Remove recursion from import_modules_recursively 2016-09-30 21:48:50 +00:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_base.py Remove deprecated eventlet TimeoutError exception 2017-05-05 16:49:58 +07:00
test_post_mortem_debug.py Fix params order in assertEqual 2016-01-13 18:24:04 +05:30