diff --git a/zaza/openstack/charm_tests/mysql/tests.py b/zaza/openstack/charm_tests/mysql/tests.py index 4ed3cd2..44fc98f 100644 --- a/zaza/openstack/charm_tests/mysql/tests.py +++ b/zaza/openstack/charm_tests/mysql/tests.py @@ -590,7 +590,7 @@ class MySQLInnoDBClusterColdStartTest(MySQLBaseTest): if "Success" in action.data["results"].get("outcome"): break else: - loggging.info(action.data["results"].get("output")) + logging.info(action.data["results"].get("output")) assert "Success" in action.data["results"]["outcome"], ( "Reboot cluster from complete outage action failed: {}"