]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
suite/run: isolate description filter code
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 21 Jan 2019 15:35:06 +0000 (16:35 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Wed, 13 May 2020 21:40:30 +0000 (23:40 +0200)
commitd9680c187beccda452f5e5a5853502b3c6e93b63
tree8b5bb28ccaa7293e2ca281f7f406f68544fd7e7f
parent63709d64594f35980e360c419394f4ad46fab039
suite/run: isolate description filter code

Refactor collect_jobs in order to isolate descriptions filter code
in order to make it possible to reuse it and test better.

Introduce --filter-fragment option defaults to False, to align code
logic with --filter help and documentation.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.de>
scripts/suite.py
teuthology/suite/__init__.py
teuthology/suite/run.py
teuthology/suite/util.py