]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: improve and move _get_unhealthy_mds_name to TestMDSFail
authorRishabh Dave <ridave@redhat.com>
Wed, 8 May 2024 13:09:35 +0000 (18:39 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 12 Jul 2024 14:56:54 +0000 (20:26 +0530)
commiteaeca6d77c7e39e9573ae1f677a78a33708e7c57
tree0aee9366fd9c16f21d82e6a870305aa93764199b
parent586951cc0114b4a413342bf588dde7b8a3e77313
qa/cephfs: improve and move _get_unhealthy_mds_name to TestMDSFail

1. Instead of accepting health report as argument, get one directly.
2. Since it is not being used elsewhere move it to the class where it is
   being used.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit b1918686a383e47d51ae0115c8d79ef250ddd0ec)
qa/tasks/cephfs/test_admin.py