From 4daf2ddc39bda223cae385b7ab3df8d19c51467a Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 8 Sep 2014 11:27:34 +0100 Subject: [PATCH] tasks: typo in mds_client_recovery Signed-off-by: John Spray --- tasks/mds_client_recovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/mds_client_recovery.py b/tasks/mds_client_recovery.py index 03c8232dbf554..560a2f846a78d 100644 --- a/tasks/mds_client_recovery.py +++ b/tasks/mds_client_recovery.py @@ -38,7 +38,7 @@ class TestClientRecovery(unittest.TestCase): self.mount_a.mount() self.mount_b.mount() self.mount_a.wait_until_mounted() - self.mount_a.wait_until_mounted() + self.mount_b.wait_until_mounted() def tearDown(self): self.fs.clear_firewall() -- 2.39.5