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 <[email protected]> Authored: Mon Jul 24 15:37:32 2017 +0100 Committer: Duncan Godwin <[email protected]> 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(-) ----------------------------------------------------------------------
