Fix broken baremetal migration tests
Change 1c5518ba introduced different user/passwd for the baremetal CI
tests, which did not match the CI systems. Since then, all the baremetal
migration tests have been skipped or failing.
This patch sets the user/passwd back to 'openstack_citest'.
Change-Id: I88508d83d6e9e63f20c26704ec6b455c48a33e8f
This commit is contained in:
@@ -904,8 +904,8 @@ class TestNovaMigrations(BaseMigrationTestCase, CommonTestsMixIn):
|
||||
|
||||
class TestBaremetalMigrations(BaseMigrationTestCase, CommonTestsMixIn):
|
||||
"""Test sqlalchemy-migrate migrations."""
|
||||
USER = "openstack_baremetal_citest"
|
||||
PASSWD = "openstack_baremetal_citest"
|
||||
USER = "openstack_citest"
|
||||
PASSWD = "openstack_citest"
|
||||
DATABASE = "openstack_baremetal_citest"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user