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: v19.3.0~214^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1c241e49e5a97361b42408ec5bb5ec72eadcc54b;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 --- diff --git a/qa/tasks/cephfs/test_mirroring.py b/qa/tasks/cephfs/test_mirroring.py index 24dbd61b17fb..afd49f6b2ffc 100644 --- a/qa/tasks/cephfs/test_mirroring.py +++ b/qa/tasks/cephfs/test_mirroring.py @@ -798,7 +798,6 @@ class TestMirroring(CephFSTestCase): peer_uuid = self.get_peer_uuid("client.mirror_peer_bootstrap@site-remote") res = json.loads(self.get_ceph_cmd_stdout("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")