diff --git a/zaza/openstack/charm_tests/mysql/tests.py b/zaza/openstack/charm_tests/mysql/tests.py index ce9898d..7101955 100644 --- a/zaza/openstack/charm_tests/mysql/tests.py +++ b/zaza/openstack/charm_tests/mysql/tests.py @@ -54,7 +54,7 @@ class MySQLBaseTest(test_utils.OpenStackBaseTest): """ return zaza.model.run_on_leader( self.application, - "leader-get root-password")["Stdout"].strip() + "leader-get mysql.passwd")["Stdout"].strip() def get_cluster_status(self): """Get cluster status.