OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tb_filters
(Results
1 - 2
of
2
) sorted by null
/test/vts/runners/host/
config_parser.py
48
tb_filters
=None,
58
tb_filters
: A list of strings, each is a test bed name. If None, all
72
if
tb_filters
:
75
if tb[keys.ConfigKeys.KEY_TESTBED_NAME] in
tb_filters
:
77
if len(tbs) != len(
tb_filters
):
79
(len(
tb_filters
), len(tbs)))
/tools/test/connectivity/acts/framework/acts/
config_parser.py
214
tb_filters
=None,
228
tb_filters
: A subset of test bed names to be pulled from the config
266
if
tb_filters
:
268
for name in
tb_filters
:
Completed in 255 milliseconds