Searched refs:TestExecType (Results 1 – 4 of 4) sorted by relevance
22 from xdevice import TestExecType90 if request.get("exectype") == TestExecType.device_test \289 if request.get("exectype") == TestExecType.device_test \
94 class TestExecType(object): class
55 from _core.constants import TestExecType170 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]:
57 from _core.constants import TestExecType