]> git.apps.os.sepia.ceph.com Git - ceph-ci.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:24 +0000 (20:26 +0530)
commit320cf617488019318f83d08b08b0839eadb7653f
tree96551e5ec7132b2f5d81bfc53c7b256d73cfa53b
parent62a6a0a3eb0837f0e94053d225d6f680e3eb2d12
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