]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: inherit RunCephCmd in CephTestCase instead of CephFSTestCase wip-vshankar-testing1-reef-2024-02-19-2138
authorRishabh Dave <ridave@redhat.com>
Wed, 9 Aug 2023 12:40:32 +0000 (18:10 +0530)
committerVenky Shankar <vshankar@redhat.com>
Wed, 28 Feb 2024 04:32:51 +0000 (10:02 +0530)
commit56cb3e5e616c6abe72b8f739ca374426c48bf9dc
tree324f8bb427b5eea4aabe8575210948bd22a97337
parenta51b5b071a86d53464f0f25de17dc411dad4363e
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)

 Conflicts:
qa/tasks/cephfs/cephfs_test_case.py
qa/tasks/cephfs/filesystem.py

Minor conflicts related to missing backports.
qa/tasks/ceph_test_case.py
qa/tasks/cephfs/cephfs_test_case.py