]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: move few methods such that they can be reused
authorRishabh Dave <ridave@redhat.com>
Thu, 6 Apr 2023 09:42:14 +0000 (15:12 +0530)
committerRishabh Dave <ridave@redhat.com>
Tue, 18 Apr 2023 14:12:55 +0000 (19:42 +0530)
commitea9f13e5536120c135e85c4962bb989e83910d6b
treeddcb26adebb25851cfc62636c0c91b324dee6c6e
parentad68a5512105e102a87d1fe9648257eebd4c432e
qa/cephfs: move few methods such that they can be reused

Move get_mon_cap_from_keyring() and get_fsnmes_from_moncap() from class
CapTester to main namespace of caps_helper.py so that they can be
imported freely and reused by tests.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/caps_helper.py