]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: wait for healthy cluster before testing pins 15817/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 21 Jun 2017 17:59:32 +0000 (10:59 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 21 Jun 2017 20:21:32 +0000 (13:21 -0700)
Fixes: http://tracker.ceph.com/issues/20318
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/test_exports.py

index 80f876ebca301d749969106ec8692784012a46b3..7dcac713f0381099e0977d95a78c5c0411cb6d7c 100644 (file)
@@ -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()