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

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

View File

@ -43,9 +43,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']