]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/workunit: allow passing optional args to workunit
authorKefu Chai <kchai@redhat.com>
Sat, 22 Aug 2020 05:59:19 +0000 (13:59 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 22 Aug 2020 07:26:54 +0000 (15:26 +0800)
commit56c86bbb23ce4d2ca3391fab5d66ee4a643f167d
tree38ead917c3c9262e7ab28777d1487a9005b237d3
parent72eb53d0bceeded2edb88a4ea9760beaac5f3c0d
qa/tasks/workunit: allow passing optional args to workunit

* add comment to _run_tests()
* use `os.path.commonpath()` instead using string matching directly
  for matching given workunit spec with executables.
* allow passing optional args to workunit

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/workunit.py