Home
last modified time | relevance | path

Searched refs:exec_command (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/developer_test/src/core/command/
Drun.py191 scheduler.exec_command(command, options)
284 scheduler.exec_command(command, options)
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py520 scheduler.exec_command(command, options)
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dscheduler.py764 def exec_command(self, command, options): member in Scheduler