]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tasks: typo in mds_client_recovery
authorJohn Spray <jspray@redhat.com>
Mon, 8 Sep 2014 10:27:34 +0000 (11:27 +0100)
committerJohn Spray <jspray@redhat.com>
Mon, 15 Sep 2014 12:44:27 +0000 (13:44 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
tasks/mds_client_recovery.py

index 03c8232dbf554e61b0f5652974bc68adf010ae79..560a2f846a78dbe89c88a8aecac0b8f9c60f897c 100644 (file)
@@ -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()