neutron/neutron/tests/functional/common
Jakub Libosvar 42cc227798 Change default exception in wait_until_true
By default, wait_until_true uses default exception from eventlet which
is eventlet.TimeoutError. This class is not subclass of Exception but
BaseException. In case wait_until_true times out in any test, the whole
test executor worker is stopped leaving scheduled tests not executed.
This patch replaces eventlet.TimeoutError with new WaitTimeout
exception, that inherits from Exception and thus won't break execution
of other test cases in case it's raised.

Related-Bug: 1625221
Change-Id: I44c0c22f427f61d84963e6e59393b90fbaa8f058
2017-01-09 05:37:27 -05:00
..
__init__.py Switch to using neutron.common.utils:replace_file() 2015-11-16 08:44:04 +01:00
test_utils.py Change default exception in wait_until_true 2017-01-09 05:37:27 -05:00