Home
last modified time | relevance | path

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

/test/xdevice/src/xdevice/_core/executor/
Dsource.py176 for test_source in config.testlist.split(";"):
177 if test_source.strip():
178 test_sources.append(test_source.strip())
193 for test_source in config.testcase.split(";"):
194 if test_source.strip():
195 test_sources.append(test_source.strip())
237 for test_source in test_sources:
242 norm_test_sources, test_source, testcases_dir, config)
248 norm_test_sources.append(test_source)
254 def _append_norm_test_source(norm_test_sources, test_source, testcases_dir, argument
[all …]
Dscheduler.py268 def _find_device_options(environment_config, options, test_source): argument
274 device_option = DeviceSelectionOption(options, label, test_source)
278 device_option.source_file = test_source.config_file or \
279 test_source.source_string
308 def get_device_options(cls, options, test_source): argument
310 config_file = test_source.config_file
313 if test_source.source_string and is_config_str(
314 test_source.source_string):
315 json_config = JsonParser(test_source.source_string)
317 json_config.get_environment(), options, test_source)
[all …]
/test/xdevice/src/xdevice/_core/environment/
Dmanager_env.py198 def __init__(self, options, label=None, test_source=None): argument
201 self.test_driver = test_source.test_type