Skip to content

Commit 1321ccb

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Revert "[eventlet-removal] Remove logger mechanism from functional tests"" into stable/2026.1
2 parents f06ab80 + ba8d772 commit 1321ccb

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)