From: Jos Collin Date: Fri, 8 Dec 2023 09:48:24 +0000 (+0530) Subject: qa: drop mon_host check from test_cephfs_mirror_peer_bootstrap X-Git-Tag: v17.2.8~223^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=72491696e8835384e0e0040ae3a034705de7a4de;p=ceph.git 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) --- 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")