Skip to content

Commit ba8d772

Browse files
committed
Revert "[eventlet-removal] Remove logger mechanism from functional tests"
This reverts commit 1aa71c3. Reason for revert: Removal of eventlet has been completed. Change-Id: I67e0f2cefff0afc53ec1e1a397331d3f74008398 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com> (cherry picked from commit 2e778ab)
1 parent de11eab commit ba8d772

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

neutron/tests/functional/base.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,7 @@ class TestOVNFunctionalBase(testlib_api.MySQLTestCaseMixin,
144144
OVN_DISTRIBUTION = 'ovn'
145145
OVN_SCHEMA_FILES = ['ovn-nb.ovsschema', 'ovn-sb.ovsschema']
146146

147-
# NOTE(ralonsoh): during the eventlet removal, the "logger" mech
148-
# driver has been removed from this list. Re-add it once the removal
149-
# is finished or the mech driver does not call monkey_patch().
150-
_mechanism_drivers = ['ovn']
147+
_mechanism_drivers = ['logger', 'ovn']
151148
_extension_drivers = ['port_security', 'external-gateway-multihoming']
152149
_counter = 0
153150
l3_plugin = 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin'

0 commit comments

Comments
 (0)