Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 93FC7200CF0 for ; Thu, 7 Sep 2017 20:36:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8F5F21609D0; Thu, 7 Sep 2017 18:36:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D65C31609BF for ; Thu, 7 Sep 2017 20:36:14 +0200 (CEST) Received: (qmail 30588 invoked by uid 500); 7 Sep 2017 18:36:14 -0000 Mailing-List: contact commits-help@ariatosca.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ariatosca.incubator.apache.org Delivered-To: mailing list commits@ariatosca.incubator.apache.org Received: (qmail 30579 invoked by uid 99); 7 Sep 2017 18:36:14 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2017 18:36:14 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 73EE918CC20 for ; Thu, 7 Sep 2017 18:36:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.221 X-Spam-Level: X-Spam-Status: No, score=-4.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id kWYjl4JKC-th for ; Thu, 7 Sep 2017 18:36:08 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 3E2F660CD3 for ; Thu, 7 Sep 2017 18:36:07 +0000 (UTC) Received: (qmail 30203 invoked by uid 99); 7 Sep 2017 18:36:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2017 18:36:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 774CFF55E7; Thu, 7 Sep 2017 18:36:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: emblemparade@apache.org To: commits@ariatosca.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-ariatosca git commit: Fix for SSH [Forced Update!] Date: Thu, 7 Sep 2017 18:36:06 +0000 (UTC) archived-at: Thu, 07 Sep 2017 18:36:15 -0000 Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-321-clearwater e5d7d11d8 -> 7f421b162 (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/7f421b16 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/7f421b16 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/7f421b16 Branch: refs/heads/ARIA-321-clearwater Commit: 7f421b16230da828f5ae8f40eb39d4601e4d3e0c Parents: 431f40f Author: Tal Liron Authored: Thu Sep 7 11:35:39 2017 -0500 Committer: Tal Liron Committed: Thu Sep 7 13:36:01 2017 -0500 ---------------------------------------------------------------------- .travis.yml | 23 ++++++++++---------- tests/orchestrator/execution_plugin/test_ssh.py | 2 +- 2 files changed, 12 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/7f421b16/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 2858bc3..3f9a67d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -sudo: false - +# See: https://docs.travis-ci.com/user/reference/overview/#Virtualization-environments dist: trusty +sudo: false language: python @@ -20,15 +20,15 @@ python: - '2.7' env: - - TOX_ENV=pylint_code - - TOX_ENV=pylint_tests - - TOX_ENV=py27 - - TOX_ENV=py26 - - TOX_ENV=py27e2e - - TOX_ENV=py26e2e +# - TOX_ENV=pylint_code +# - TOX_ENV=pylint_tests +# - TOX_ENV=py27 +# - TOX_ENV=py26 +# - TOX_ENV=py27e2e +# - TOX_ENV=py26e2e - TOX_ENV=py27ssh - - TOX_ENV=py26ssh - - TOX_ENV=docs +# - TOX_ENV=py26ssh +# - TOX_ENV=docs addons: apt: @@ -39,13 +39,12 @@ addons: - python2.6-dev before_install: + - cat /etc/ssh/sshd_config - pip install --upgrade pip - pip install --upgrade setuptools - pip install tox script: - - uname -a - - nproc - tox --version - PYTEST_PROCESSES=1 tox -e $TOX_ENV http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/7f421b16/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' }