commit | 3960c4dcb4de204624dce50c79e63646ef45db48 | [log] [tgz] |
---|---|---|
author | Yair Fried <yfried@redhat.com> | Wed May 07 15:20:30 2014 +0300 |
committer | Yair Fried <yfried@redhat.com> | Thu Jun 19 08:53:39 2014 +0300 |
tree | 4a3719162189b43547bb14e41670792e2e15f0d2 | |
parent | 787852ffcad8b99033f54878e5e883f0dff99bf7 [diff] |
Force connection auth as part of RemoteClient in scenario Some operations use ssh.exec_command() (or maybe other methods) without first verifying that ssh connection is available. This might cause ambiguity when debugging failed tests. This patch forces connection verification as part of ssh_client creation in scenario tests, and will cause early failure if connection is faulty Change-Id: I002fee2a231e48e834f80f62cc70a489eaa8d2c1