Merge "[OVN] Use the MySQL backend for the `TestOvnNbSync` tests" into stable/2024.2

This commit is contained in:
Zuul 2024-12-02 17:39:09 +00:00 committed by Gerrit Code Review
commit a30f65d17d

View File

@ -45,9 +45,11 @@ from neutron.tests.functional import base
from neutron.tests.unit.api import test_extensions
from neutron.tests.unit.extensions import test_extraroute
from neutron.tests.unit.extensions import test_securitygroup
from neutron.tests.unit import testlib_api
class TestOvnNbSync(base.TestOVNFunctionalBase):
class TestOvnNbSync(base.TestOVNFunctionalBase,
testlib_api.MySQLTestCaseMixin):
_extension_drivers = ['port_security', 'dns', 'qos', 'revision_plugin']