This is the base hostOS execution command used by many other functions like executeCommandIntoHostOs to
execute commands on the DUT being passed through SSH.
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.
_times: number = 20
Specify how many times should the command be executed
_delay: number = 30000
Specify the delay between each iteration of the command execution
This is the base hostOS execution command used by many other functions like
executeCommandIntoHostOs
to execute commands on the DUT being passed through SSH.