Home
last modified time | relevance | path

Searched refs:exectype (Results 1 - 5 of 5) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dabs.py43 exec_type = options.exectype
/test/testfwk/developer_test/src/core/command/
H A Dconsole.py275 options.exectype = "device"
480 exectype = "exectype" variable in ConfigConst
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py283 exectype = "exectype" variable in ConfigConst
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py90 if task.config.exectype == TestExecType.device_test:
92 elif task.config.exectype == TestExecType.host_test:
95 LOG.info("Exec type %s is bypassed" % task.config.exectype)
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py242 parser.add_argument("-e", "--exectype",
245 dest=ConfigConst.exectype,
938 -e EXECTYPE, --exectype EXECTYPE

Completed in 6 milliseconds