]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: remove temporary files 46337/head
authorRishabh Dave <ridave@redhat.com>
Thu, 19 May 2022 18:29:25 +0000 (23:59 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 20 May 2022 05:28:33 +0000 (10:58 +0530)
commitab19827858baed16df68607bc6ceb962d23ab51d
tree47b7b5ecc0f0805416e620d58529c8948c96d6e6
parentff86ae755602b5296fc7ae3bd21147f35ba591a9
qa/cephfs: remove temporary files

These temporary files don't matter for test execution with teuthology
but they do matter for execution with vstart_runner.py since the test
fails if these files exist already. And tests are often run repeatedly
with vstart_runner.py, unlike with teuthology.

Fixes: https://tracker.ceph.com/issues/55719
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/test_cephfs_shell.py