]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: inherit RunCephCmd in CephTestCase instead of CephFSTestCase
authorRishabh Dave <ridave@redhat.com>
Wed, 9 Aug 2023 12:40:32 +0000 (18:10 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 3 Apr 2024 17:32:08 +0000 (23:02 +0530)
commit9b4a62a8358ee293b0851e45b38c2857b7bc8c46
tree2519efde96d37bd16729044ed7a5cba5829b2b2c
parentc186fb36ea520157f8cb16f08c3ddba12c3b75f3
qa: inherit RunCephCmd in CephTestCase instead of CephFSTestCase

MgrTestCase also needs RunCephCmd. If RunCephCmd is inherited by
CephTestCase, instead of CephFSTestCase, MgrTestCase will automatically
inherit RunCephCmd because it inhertis CephTestCase.

Fixes: https://tracker.ceph.com/issues/62084
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 4b369cf18ed1391a426ab4ae86da834e9c074f81)
qa/tasks/ceph_test_case.py
qa/tasks/cephfs/cephfs_test_case.py
qa/tasks/cephfs/filesystem.py