Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/context/
Doption_util.py30 def find_device_options(environment_config, options, test_source): argument
40 device_option = DeviceSelectionOption(options, label, test_source)
46 test_source.config_file or test_source.source_string
55 options, test_source): argument
63 if str(test_source.source_file).endswith(".bin"):
65 options, DeviceLabelType.ipcamera, test_source)
68 options, None, test_source)
71 test_source.source_file or test_source.source_string
87 def get_device_options(options, test_source): argument
89 config_file = test_source.config_file
[all …]
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dsource.py192 for test_source in config.testlist.split(";"):
193 if test_source.strip():
194 test_sources.append(test_source.strip())
215 for test_source in config.testcase.split(";"):
216 if test_source.strip():
217 test_sources.append(test_source.strip())
262 for test_source in test_sources:
267 norm_test_sources, test_source, testcases_dir, config)
273 norm_test_sources.append(test_source)
279 def _append_norm_test_source(norm_test_sources, test_source, testcases_dir, argument
[all …]
Dscheduler.py408 test_source = test_driver[1].source
409 case_id = test_source.module_name or test_source.test_name
619 def _get_test_kits(test_source): argument
622 json_config = JsonParser(test_source)
/test/testfwk/xdevice/src/xdevice/_core/environment/
Dmanager_env.py315 def __init__(self, options, label=None, test_source=None): argument
319 self.test_driver = test_source.test_type if test_source else None
/test/testfwk/xdevice/src/xdevice/_core/cluster/controller/
Dhandler.py317test_source = TestSource(json_file, "", json_file, case_name, driver_type, case_name, "")
318 device_options = get_device_options({"device_sn": ""}, test_source)