Merge "Switch to MySQLOpportunisticFixture from test_fixtures" into stable/2023.2
This commit is contained in:
commit
c0f2340301
@ -30,6 +30,7 @@ postgres=# create database openstack_citest with owner openstack_citest;
|
||||
|
||||
"""
|
||||
|
||||
from oslo_db.sqlalchemy import test_fixtures
|
||||
from oslo_db.sqlalchemy import utils as db_utils
|
||||
|
||||
from zaqar.tests.unit.storage.sqlalchemy_migration import \
|
||||
@ -167,5 +168,6 @@ class ZaqarMigrationsCheckers(object):
|
||||
|
||||
|
||||
class TestMigrationsMySQL(ZaqarMigrationsCheckers,
|
||||
base.BaseWalkMigrationTestCase):
|
||||
base.BaseWalkMigrationTestCase,
|
||||
test_fixtures.MySQLOpportunisticFixture):
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user