]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: remove create_keyring_file from cephfs_test_case.py 40431/head
authorRishabh Dave <ridave@redhat.com>
Thu, 8 Apr 2021 06:30:18 +0000 (12:00 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 8 Apr 2021 06:41:00 +0000 (12:11 +0530)
commit511434ac5ad050dafee50c82c312eeec8270585a
tree1b777fb2996ba444847f8bd7a39682e76044fdbb
parente213849581b1a3fbf410ed8ed7298ad8cd338e15
qa/cephfs: remove create_keyring_file from cephfs_test_case.py

Since teuthology.orchestra.remote.mktemp() can write a temporary file
and not just create it, create_keyring_file() is now redundant.

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