]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Thu, 24 Aug 2023 18:15:27 +0000 (23:45 +0530)
commit4b369cf18ed1391a426ab4ae86da834e9c074f81
tree12222847071c7d6b46fa4a4bc12cfe92a2256cf0
parent293c640d74399cf0e05a34bf218056415a755bcd
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>
qa/tasks/ceph_test_case.py
qa/tasks/cephfs/cephfs_test_case.py
qa/tasks/cephfs/filesystem.py