Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/executor/
Dsource.py126 for test_type_key, files in testdict.items():
130 if os.path.isfile(file_name) and test_type_key in \
133 test_type_key)
297 def _make_test_descriptor(file_path, test_type_key): argument
299 if test_type_key is None:
305 test_type = TestDictSource.test_type[test_type_key]