diff options
-rw-r--r-- | nova/tests/test_migrations.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nova/tests/test_migrations.py b/nova/tests/test_migrations.py index a6c150971..3e9da9594 100644 --- a/nova/tests/test_migrations.py +++ b/nova/tests/test_migrations.py @@ -136,12 +136,6 @@ class TestMigrations(test.TestCase): # and recreate it, which ensures that we have no side-effects # from the tests self._reset_databases() - - # remove these from the list so they aren't used in the migration tests - if "mysqlcitest" in self.engines: - del self.engines["mysqlcitest"] - if "mysqlcitest" in self.test_databases: - del self.test_databases["mysqlcitest"] super(TestMigrations, self).tearDown() def _reset_databases(self): |