Raise AssertionError instead of eventlet.timeout.Timeout when failing.

The eventlet.timeout.Timeout exception subclasses Python's BaseException.
This is problematic because that is a higher category exception than
Python's Exception. As a result of this type of exception being raised
during testing, this halts the normal test flow.
AssertionError will properly mark a test as failed.

Change-Id: Iaf74f877f6a70c0383d539e9b01d6db2ec0ddeca
Closes-Bug: 1654283
1 file changed
tree: 7df26ccc94bf64e7e47955700bfbeac4e1430cdd
  1. neutron/