OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_identifiers
(Results
1 - 3
of
3
) sorted by null
/tools/test/connectivity/acts/framework/acts/bin/
act.py
32
def _run_test(parsed_config,
test_identifiers
, repeat=1):
40
test_identifiers
: A list of tuples, each identifies what test case to
47
runner = _create_test_runner(parsed_config,
test_identifiers
)
62
def _create_test_runner(parsed_config,
test_identifiers
):
69
test_identifiers
: A list of tuples, each identifies what test case to
76
t = test_runner.TestRunner(parsed_config,
test_identifiers
)
88
def _run_tests_parallel(parsed_configs,
test_identifiers
, repeat):
96
test_identifiers
: A list of tuples, each identifies what test case to
104
arg_list = [(c,
test_identifiers
, repeat) for c in parsed_configs]
117
def _run_tests_sequential(parsed_configs,
test_identifiers
, repeat)
[
all
...]
/tools/test/connectivity/acts/framework/acts/
config_parser.py
163
def test_randomizer(
test_identifiers
, test_case_iterations=10):
167
test_identifiers
: A list of test classes/cases.
175
for test_class, test_cases in
test_identifiers
:
/test/vts/runners/host/
test_runner.py
98
test_identifiers
= [(test_cls_name, None)]
101
tr = TestRunner(config,
test_identifiers
)
Completed in 79 milliseconds