From 1c241e49e5a97361b42408ec5bb5ec72eadcc54b 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 --- 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 24dbd61b17f..afd49f6b2ff 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") -- 2.47.3