nova/nova/tests/unit/db
Balazs Gibizer 15b9e81d37 Simplfy test setup for TestNovaMigrations* tests
The NoDBTestCase base class does a lot of env setup that is not needed
for these tests. As we have issues with these tests (see bug 1823251)
this patch tries to decrease the complexity of them to help the
troubleshooting.

Change-Id: I46fafa470b9d378d96c0f364e9b487742bf58cb2
Related-Bug: #1823251
2019-06-03 14:02:34 +02:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fakes.py Use nova.db.api directly 2018-07-10 14:56:27 +00:00
test_db_api.py Fix hard-delete of instance with soft-deleted referential constraints 2019-05-29 17:27:00 -04:00
test_migration_utils.py Use oslo_db.sqlalchemy.test_fixtures 2018-12-25 02:39:48 +00:00
test_migrations.py Simplfy test setup for TestNovaMigrations* tests 2019-06-03 14:02:34 +02:00
test_models.py Test that new tables don't use soft deletes 2016-02-04 09:21:31 -05:00
test_sqlalchemy_migration.py Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00