Merge "[OVN] Use the MySQL backend for the `TestOvnNbSync
` tests" into stable/2023.2
This commit is contained in:
commit
16fc44a10c
@ -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']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user