From: Patrick Donnelly Date: Wed, 21 Jun 2017 17:59:32 +0000 (-0700) Subject: qa: wait for healthy cluster before testing pins X-Git-Tag: v12.1.1~152^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d4870a093ce95cfa5246e470cfa839977aabdbf1;p=ceph.git qa: wait for healthy cluster before testing pins Fixes: http://tracker.ceph.com/issues/20318 Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/test_exports.py b/qa/tasks/cephfs/test_exports.py index 80f876ebca3..7dcac713f03 100644 --- a/qa/tasks/cephfs/test_exports.py +++ b/qa/tasks/cephfs/test_exports.py @@ -25,6 +25,7 @@ class TestExports(CephFSTestCase): def test_export_pin(self): self.fs.set_allow_multimds(True) self.fs.set_max_mds(2) + self.fs.wait_for_daemons() status = self.fs.status()