This closes #906
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/032c5330 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/032c5330 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/032c5330 Branch: refs/heads/master Commit: 032c53309e5d084a7754512e37f6010cee5e24af Parents: 10c6576 b6bc247 Author: Aled Sage <[email protected]> Authored: Mon Sep 21 14:37:42 2015 +0100 Committer: Aled Sage <[email protected]> Committed: Mon Sep 21 14:37:42 2015 +0100 ---------------------------------------------------------------------- .../AbstractSoftwareProcessWinRmDriver.java | 98 +++++++-- .../base/VanillaWindowsProcessWinRmDriver.java | 33 ++- .../lifecycle/NativeWindowsScriptRunner.java | 29 +++ .../base/lifecycle/WinRmExecuteHelper.java | 217 +++++++++++++++++++ .../AbstractSoftwareProcessStreamsTest.java | 8 +- .../DoNothingWinRmSoftwareProcessDriver.java | 68 ++++++ ...laSoftwareProcessStreamsIntegrationTest.java | 107 ++------- ...nillaWindowsProcessWinrmStreamsLiveTest.java | 42 ++-- .../base/lifecycle/ScriptHelperUnitTest.java | 146 +++++++++++++ .../lifecycle/WinRmExecuteHelperUnitTest.java | 62 ++++++ 10 files changed, 669 insertions(+), 141 deletions(-) ----------------------------------------------------------------------
