agentExec - Execute command on Agent
Added in version PLT-OS: v2.0.42
Execute a command on an SBC or PC running a PLT Agent and await its completion.
Usage:
- command: agentExec <handle> <commandLine>
[retry: <retryCount>]
Argument |
Description |
---|---|
handle |
Indicate the agent to use. |
commandLine |
Command line to execute through the agent. |
retryCount |
Optional: Number of times to retry the test step |
Examples