Home
last modified time | relevance | path

Searched refs:get_test_config_and_srcs (Results 1 – 5 of 5) sorted by relevance

/tools/asuite/atest/test_finders/
Dtest_finder_utils_unittest.py828 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info)
842 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info)
856 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info)
877 result, _ = test_finder_utils.get_test_config_and_srcs(t_info, mod_info)
Dmodule_finder.py662 test_config, test_srcs = test_finder_utils.get_test_config_and_srcs(
Dtest_finder_utils.py1157 def get_test_config_and_srcs(test_info, module_info): function
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py1213 test_config, _ = test_finder_utils.get_test_config_and_srcs(
1233 test_config, _ = test_finder_utils.get_test_config_and_srcs(tinfo, mod_info)
1251 test_config, _ = test_finder_utils.get_test_config_and_srcs(
/tools/asuite/atest/
Datest_main.py903 test_config, _ = test_finder_utils.get_test_config_and_srcs(tinfo, mod_info)