This commit is contained in:
David Ames
2020-02-27 16:18:19 +00:00
parent 27407998a9
commit 23cc3e2a9a
+3 -2
View File
@@ -559,8 +559,9 @@ class MySQL8MigrationTests(MySQLBaseTest):
@classmethod
def setUpClass(cls):
"""Run class setup for running migration tests."""
# Having application_name set avoids breakage in the OpenStackBaseTest class
# when running bundle tests without charm_name specified
# Having application_name set avoids breakage in the
# OpenStackBaseTest class when running bundle tests without
# charm_name specified
super().setUpClass(application_name="mysql-innodb-cluster")
def test_999_migrate_percona_to_mysql(self):