]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: drop mon_host check from test_cephfs_mirror_peer_bootstrap 54682/head
authorJos Collin <jcollin@redhat.com>
Fri, 8 Dec 2023 09:48:24 +0000 (15:18 +0530)
committerJos Collin <jcollin@redhat.com>
Fri, 8 Dec 2023 09:48:24 +0000 (15:18 +0530)
Fixes: https://tracker.ceph.com/issues/63614
Signed-off-by: Jos Collin <jcollin@redhat.com>
qa/tasks/cephfs/test_mirroring.py

index 24dbd61b17fbbf4bcad794e055fb5d99aed95aae..afd49f6b2ffc636a762f1147d58b402e8d99a3d9 100644 (file)
@@ -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")