This is the base hostOS execution command used by many other functions like executeCommandIntoHostOs
to
execute commands on the DUT being passed through SSH.
The command to be executed over SSH
The command you need to wait for
Whether the waitUntil()
function error out, if a iteration fails once. Defaults to false
, which results in waitUntil()
not failing as it iterates and wait for the condition to satisfy.
Specify how many times should the command be executed
Specify the delay between each iteration of the command execution
Generated using TypeDoc
Utility helpers
The module contains helpers to better write tests.