]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: delete path from cmd args after use 46991/head
authorRishabh Dave <ridave@redhat.com>
Wed, 15 Sep 2021 09:02:29 +0000 (14:32 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 6 Jul 2022 11:42:58 +0000 (17:12 +0530)
commitce942f250a605f507727ebcfb5244392019bdba4
tree6828f18c42876f6342d6a804089a7e2db1fdfaf3
parent7fa69401afd7458c8e79660d822553cca6b8d937
qa/cephfs: delete path from cmd args after use

A new path is obtained every iteration which is appended to command
arguments. After the command has been executed successfully, delete the
the  path from command's arguments so that the command's arguments don't
have two paths in next iteration and it works as expected.

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