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 <[email protected]> Authored: Fri Aug 28 09:16:39 2015 +0100 Committer: Aled Sage <[email protected]> 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(-) ----------------------------------------------------------------------
