commit | 6e98d1b4415fe681ceb245e1374ed5e1942a332b | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Tue Feb 07 12:22:03 2017 -0500 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Tue Feb 07 12:23:38 2017 -0500 |
tree | c1789b5e27c60eea88856f8782e5383afa71f527 | |
parent | 32677207dcc5e594254b7fb4fb2352b1755b1d5b [diff] |
ktest: Add timeout to ssh command Add a timeout to performing an ssh command. This will let testing if a machine is alive or not, or if something else may be amiss. A timeout can be passed to ssh, where ssh will fail if it does not complete within the given timeout. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>