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 C6426200B96 for ; Thu, 6 Oct 2016 13:50:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C5047160AEE; Thu, 6 Oct 2016 11:50:39 +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 1447C160AE0 for ; Thu, 6 Oct 2016 13:50:38 +0200 (CEST) Received: (qmail 401 invoked by uid 500); 6 Oct 2016 11:50:38 -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 349 invoked by uid 99); 6 Oct 2016 11:50:38 -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, 06 Oct 2016 11:50:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E9AC0E08B5; Thu, 6 Oct 2016 11:50:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aledsage@apache.org To: commits@brooklyn.apache.org Date: Thu, 06 Oct 2016 11:50:39 -0000 Message-Id: In-Reply-To: <6e4b180e3a3d4a53b37c1c29f28bcf80@git.apache.org> References: <6e4b180e3a3d4a53b37c1c29f28bcf80@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] brooklyn-server git commit: This closes #367 archived-at: Thu, 06 Oct 2016 11:50:40 -0000 This closes #367 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/6e3c27a3 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/6e3c27a3 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/6e3c27a3 Branch: refs/heads/master Commit: 6e3c27a353eae84b04fbb2156132ae36e56412db Parents: fcb325a 4210077 Author: Aled Sage Authored: Thu Oct 6 12:49:41 2016 +0100 Committer: Aled Sage Committed: Thu Oct 6 12:49:41 2016 +0100 ---------------------------------------------------------------------- .../jclouds/JcloudsSshMachineLocation.java | 27 +-- .../jclouds/AbstractJcloudsStubbedUnitTest.java | 107 +++++++++ ...dsByonLocationResolverStubbedRebindTest.java | 5 +- .../JcloudsByonLocationResolverStubbedTest.java | 11 +- ...cloudsSshMachineLocationStubbedLiveTest.java | 127 ----------- .../JcloudsSshMachineLocationStubbedTest.java | 119 ++++++++++ .../jclouds/StubbedComputeServiceRegistry.java | 60 ++++- .../jclouds/UnsupportedComputeService.java | 222 +++++++++++++++++++ .../JcloudsPortForwardingStubbedLiveTest.java | 200 ----------------- .../JcloudsPortForwardingStubbedTest.java | 202 +++++++++++++++++ .../JcloudsReachableAddressStubbedTest.java | 131 ++++------- 11 files changed, 777 insertions(+), 434 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/6e3c27a3/locations/jclouds/src/test/java/org/apache/brooklyn/location/jclouds/JcloudsByonLocationResolverStubbedTest.java ----------------------------------------------------------------------