]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/vstart_runner: fix args to os.path.join() 46164/head
authorRishabh Dave <ridave@redhat.com>
Thu, 5 May 2022 14:12:55 +0000 (19:42 +0530)
committerRishabh Dave <ridave@redhat.com>
Tue, 10 May 2022 05:33:24 +0000 (11:03 +0530)
commitc9807d35e048f90a0ce5ac1c72e77d46b8edce25
tree17953b96f2a198e590e2b3b49816578217fe2317
parent3dd150959e9851e21114e2b7e6b9133af1398fe1
qa/vstart_runner: fix args to os.path.join()

Result of os.path.join() before "./bin/ceph-mds" and after
"./bin/./ceph-mds".

Before -

2022-05-05 19:36:11,100.100 DEBUG:__main__:> ./bin/./ceph-mds -i a

After -

2022-05-05 19:38:48,179.179 DEBUG:__main__:> ./bin/ceph-mds -i a

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