neutron/neutron/tests/functional/common
Ihar Hrachyshka dfd4951889 Untangle WaitTimeout class from eventlet.TimeoutError
This simplifies test code a bit. Previously, we introduced the
WaitTimeout class to replace the eventlet.TimeoutError that inherited
from BaseException and hence could interrupt normal test worker run.

Now that we were initiating deprecation warning messages for a cycle
when the user relied on eventlet.TimeoutError, we should be ok to remove
the parent class from the list of inheritance for WaitTimeout.

Change-Id: I6160cc1408f72a9f847a59702bc74b8e52a10497
2017-03-15 04:27:00 +00:00
..
__init__.py Switch to using neutron.common.utils:replace_file() 2015-11-16 08:44:04 +01:00
test_utils.py Untangle WaitTimeout class from eventlet.TimeoutError 2017-03-15 04:27:00 +00:00