This closes #866
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b99a60b5 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b99a60b5 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/b99a60b5 Branch: refs/heads/0.8.0-incubating Commit: b99a60b5343b9c41a4b9ef147cf39c5aadb5ca22 Parents: 117d624 b38893b 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 +- .../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 +- 14 files changed, 372 insertions(+), 100 deletions(-) ----------------------------------------------------------------------
