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 434B3200CCF for ; Mon, 24 Jul 2017 16:37:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 41AE016543D; Mon, 24 Jul 2017 14:37:42 +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 8599916543B for ; Mon, 24 Jul 2017 16:37:41 +0200 (CEST) Received: (qmail 45966 invoked by uid 500); 24 Jul 2017 14:37:40 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 45776 invoked by uid 99); 24 Jul 2017 14:37:39 -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; Mon, 24 Jul 2017 14:37:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7B3A0F3275; Mon, 24 Jul 2017 14:37:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: drigodwin@apache.org To: commits@brooklyn.apache.org Date: Mon, 24 Jul 2017 14:37:43 -0000 Message-Id: <8bf3ab754c214d85949a98782e14a523@git.apache.org> In-Reply-To: <3818c6da46544960b972d03b950674b2@git.apache.org> References: <3818c6da46544960b972d03b950674b2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [6/6] brooklyn-server git commit: This closes #768 archived-at: Mon, 24 Jul 2017 14:37:42 -0000 This closes #768 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/d85ffa5b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/d85ffa5b Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/d85ffa5b Branch: refs/heads/master Commit: d85ffa5b49dd113d3bfbe0db69d42e22b79fc682 Parents: 29583d8 19e94e9 Author: Duncan Godwin Authored: Mon Jul 24 15:37:32 2017 +0100 Committer: Duncan Godwin Committed: Mon Jul 24 15:37:32 2017 +0100 ---------------------------------------------------------------------- .../LocalhostMachineProvisioningLocation.java | 30 ++++-- .../util/core/BrooklynNetworkUtils.java | 9 +- .../core/location/SimulatedLocation.java | 2 +- ...ocalhostMachineProvisioningLocationTest.java | 7 +- .../ssh/SshMachineLocationIntegrationTest.java | 6 +- .../ssh/SshMachineLocationPerformanceTest.java | 2 +- .../SshMachineLocationReuseIntegrationTest.java | 4 +- .../location/ssh/SshMachineLocationTest.java | 6 +- .../brooklyn/launcher/BrooklynWebServer.java | 37 +++++-- .../usage/JcloudsLocationUsageTrackingTest.java | 2 +- .../winrm/WinRmMachineLocationTest.java | 2 +- .../framework/TestEndpointReachableTest.java | 4 +- .../apache/brooklyn/util/net/Networking.java | 108 +++++++++++++++---- .../brooklyn/util/net/NetworkingUtilsTest.java | 84 +++++++++++---- .../util/net/ReachableSocketFinderTest.java | 2 +- 15 files changed, 223 insertions(+), 82 deletions(-) ----------------------------------------------------------------------