]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: improve test_multifs_auth.py 46994/head
authorRishabh Dave <ridave@redhat.com>
Sat, 30 Apr 2022 19:05:36 +0000 (00:35 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 21 Jul 2022 12:23:16 +0000 (17:53 +0530)
commit9bac23b19718c1440cc7294659fcac4a6ecc0a6d
tree59d87a639334f9f175ffe647f12e48a2a2704a21
parent34e94e9ae53776b9cfb77558a6228edff6bfd41e
qa/cephfs: improve test_multifs_auth.py

Remove setup_test_env() because removing this methods removes an extra
layer of abstraction which makes tests more readable. Rename
_create_client_and_keyring_file() to just _create_client() and reverse
the order of parameters in remount_with_new_client() and set default
value of cephfs_mntpt to '/'.

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