Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-321-clearwater a135700e3 -> 3b23d430f (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/3b23d430 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/3b23d430 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/3b23d430 Branch: refs/heads/ARIA-321-clearwater Commit: 3b23d430fc4b1a1f13099ca2823921f97e297f72 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:41:12 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/3b23d430/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..1b5a0f3 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': '0.0.0.0', 'user': 'travis', 'password': 'travis' }
