Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-321-clearwater 3b23d430f -> 43081e962 (forced update)
Fix for SSH Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/43081e96 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/43081e96 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/43081e96 Branch: refs/heads/ARIA-321-clearwater Commit: 43081e962ec4ac21300047ae5407ceb6e7f0596d Parents: 431f40f Author: Tal Liron <[email protected]> Authored: Thu Sep 7 11:35:39 2017 -0500 Committer: Tal Liron <[email protected]> Committed: Thu Sep 7 11:52:31 2017 -0500 ---------------------------------------------------------------------- tests/orchestrator/execution_plugin/test_ssh.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/43081e96/tests/orchestrator/execution_plugin/test_ssh.py ---------------------------------------------------------------------- diff --git a/tests/orchestrator/execution_plugin/test_ssh.py b/tests/orchestrator/execution_plugin/test_ssh.py index a96c91d..8f0727d 100644 --- a/tests/orchestrator/execution_plugin/test_ssh.py +++ b/tests/orchestrator/execution_plugin/test_ssh.py @@ -45,7 +45,8 @@ _CUSTOM_BASE_DIR = '/tmp/new-aria-ctx' _FABRIC_ENV = { 'host_string': 'localhost', 'user': 'travis', - 'password': 'travis' + 'password': 'travis', + 'disable_known_hosts': True }
