Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/executor/
Dsource.py75 test_sources = _get_test_sources(config, testcases_dirs)
76 LOG.debug("Test sources: %s", test_sources)
79 test_sources = _normalize_test_sources(testcases_dirs, test_sources,
83 test_descriptors = _make_test_descriptors_from_testsources(test_sources,
141 def _append_component_test_source(config, testcases_dir, test_sources): argument
166 test_sources.append(module_config_file)
170 test_sources = []
178 _append_module_test_source(testcases_dir, test_sources)
179 return test_sources
185 test_sources.append(test_source.strip())
[all …]