]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/cephfs/test_exports.py
update sources to v12.1.3
[ceph.git] / ceph / qa / tasks / cephfs / test_exports.py
index 774dd8ffe1ef274e6dc5a488609c53d75a1c23b4..913999db7733b7a835bc0e89b25883e66840d082 100644 (file)
@@ -18,6 +18,9 @@ class TestExports(CephFSTestCase):
             filtered = sorted([(s['dir']['path'], s['auth_first']) for s in subtrees])
             log.info("%s =?= %s", filtered, test)
             if filtered == test:
+                # Confirm export_pin in output is correct:
+                for s in subtrees:
+                    self.assertTrue(s['export_pin'] == s['auth_first'])
                 return subtrees
             time.sleep(pause)
         raise RuntimeError("rank {0} failed to reach desired subtree state", rank)