Home
last modified time | relevance | path

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

/test/testfwk/xdevice/plugins/devicetest/driver/
Ddevice_test.py22 from xdevice import TestExecType
90 if request.get("exectype") == TestExecType.device_test \
289 if request.get("exectype") == TestExecType.device_test \
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py94 class TestExecType(object): class
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dscheduler.py55 from _core.constants import TestExecType
170 if task.config.exectype == TestExecType.device_test:
172 elif task.config.exectype == TestExecType.host_test:
824 if exec_type in [TestExecType.device_test, TestExecType.host_test,
825 TestExecType.host_driven_test]:
/test/testfwk/xdevice/src/xdevice/
D__init__.py57 from _core.constants import TestExecType