]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: pass subdir arg when executing workunit 43638/head
authorVenky Shankar <vshankar@redhat.com>
Sun, 24 Oct 2021 13:58:11 +0000 (09:58 -0400)
committerVenky Shankar <vshankar@redhat.com>
Mon, 25 Oct 2021 07:10:53 +0000 (12:40 +0530)
commit01154fc41c716d7c57215e06b1917c5f7f90d1d6
treed763e1147b0f51d9c44f09f414bc3baacb2e4cae
parented9d0b441738e5d5fee0b1394a629b504365ab69
qa: pass subdir arg when executing workunit

`_run_tests()` accepts subdir argument (to run a workunit with
the passed in sub-directory as cwd). One invocation was missing
the subdir argument causing `subdir` tag in yaml to be ineffective.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
qa/tasks/workunit.py