Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-321-clearwater 431f40fc7 -> a135700e3
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/a135700e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/a135700e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/a135700e Branch: refs/heads/ARIA-321-clearwater Commit: a135700e3bb17ad08f33fe1e866532db55a1e9e0 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:35:39 2017 -0500 ---------------------------------------------------------------------- tests/orchestrator/execution_plugin/test_ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/a135700e/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..9ad592b 100644 --- a/tests/orchestrator/execution_plugin/test_ssh.py +++ b/tests/orchestrator/execution_plugin/test_ssh.py @@ -43,7 +43,7 @@ from tests.orchestrator.workflows.helpers import events_collector _CUSTOM_BASE_DIR = '/tmp/new-aria-ctx' _FABRIC_ENV = { - 'host_string': 'localhost', + 'host_string': '127.0.0.1', 'user': 'travis', 'password': 'travis' }
