ironic-inspector/ironic_inspector/test/__init__.py
Attila Fazekas 59cf107e17 Remove the generic eventlet monkey patch from test
ironic-inspector tempest plugin caused unexplained ssh
issues to tempest due to the eventlet monkey patch.

Tempest does not uses eventlet and will not,
and a late monkey patch just causes strange issues.

Looks like safe to simply remove it from the __init__.py,
the monkey happens in the right time when needed,
even without this part.

Change-Id: I2595277105236c371fdb76532f66ef2af3dddeb6
2016-11-18 10:35:53 +01:00

0 lines
Python