Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py257 exectype = "exectype" variable in ConfigConst
/test/testfwk/developer_test/src/core/command/
Dconsole.py316 options.exectype = "device"
496 exectype = "exectype" variable in ConfigConst
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dscheduler.py170 if task.config.exectype == TestExecType.device_test:
172 elif task.config.exectype == TestExecType.host_test:
175 LOG.info("Exec type %s is bypassed" % task.config.exectype)
823 exec_type = options.exectype
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py236 dest=ConfigConst.exectype,