You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2015/08/28 10:16:56 UTC

[6/6] incubator-brooklyn git commit: This closes #866

This closes #866


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/f0b755f4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/f0b755f4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/f0b755f4

Branch: refs/heads/master
Commit: f0b755f411c6ba2803bcb2c999ae5243e535d5a0
Parents: b4547d9 7aee31a
Author: Aled Sage <al...@gmail.com>
Authored: Fri Aug 28 09:16:39 2015 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Fri Aug 28 09:16:39 2015 +0100

----------------------------------------------------------------------
 .../location/byon/ByonLocationResolver.java     |   8 +-
 .../location/byon/ByonLocationResolverTest.java |   4 +-
 docs/guide/ops/locations/index.md               |   2 +-
 .../base/AbstractSoftwareProcessDriver.java     |  40 +++----
 .../base/AbstractSoftwareProcessSshDriver.java  |  25 ++--
 .../AbstractSoftwareProcessWinRmDriver.java     | 101 ++++++++++++----
 .../software/base/VanillaWindowsProcess.java    |   6 +
 .../base/VanillaWindowsProcessWinRmDriver.java  |  30 ++---
 .../AbstractSoftwareProcessStreamsTest.java     | 115 +++++++++++++++++++
 .../base/SoftwareProcessEntityTest.java         |   8 +-
 ...ftwareProcessAndChildrenIntegrationTest.java |   2 -
 ...laSoftwareProcessStreamsIntegrationTest.java |  18 +--
 ...nillaWindowsProcessWinrmStreamsLiveTest.java |  95 +++++++++++++++
 .../location/WinRmMachineLocationLiveTest.java  |  14 ++-
 .../camp/brooklyn/ByonLocationsYamlTest.java    |   6 +-
 15 files changed, 373 insertions(+), 101 deletions(-)
----------------------------------------------------------------------