From 72491696e8835384e0e0040ae3a034705de7a4de Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Fri, 8 Dec 2023 15:18:24 +0530 Subject: [PATCH] qa: drop mon_host check from test_cephfs_mirror_peer_bootstrap Fixes: https://tracker.ceph.com/issues/63614 Signed-off-by: Jos Collin (cherry picked from commit 1c241e49e5a97361b42408ec5bb5ec72eadcc54b) --- qa/tasks/cephfs/test_mirroring.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/tasks/cephfs/test_mirroring.py b/qa/tasks/cephfs/test_mirroring.py index be8817d749be..1ce5cdca8a7c 100644 --- a/qa/tasks/cephfs/test_mirroring.py +++ b/qa/tasks/cephfs/test_mirroring.py @@ -794,7 +794,6 @@ class TestMirroring(CephFSTestCase): peer_uuid = self.get_peer_uuid("client.mirror_peer_bootstrap@site-remote") res = json.loads(self.mgr_cluster.mon_manager.raw_cluster_cmd("fs", "snapshot", "mirror", "peer_list", self.primary_fs_name)) self.assertTrue(peer_uuid in res) - self.assertTrue('mon_host' in res[peer_uuid] and res[peer_uuid]['mon_host'] != '') # remove peer self.peer_remove(self.primary_fs_name, self.primary_fs_id, "client.mirror_peer_bootstrap@site-remote") -- 2.47.3