Merge release branch 4.9 to master * 4.9: CLOUDSTACK-9470: Fix for SshHelper - test_network_acl was failing on Vmware due to a bug in sshExecute, in which value returned was null and there was still stdout to consume. This fix addresses this problem, consuming stdout peoperly to return expected value in sshExecute
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bdb563e1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bdb563e1 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bdb563e1 Branch: refs/heads/4.9-bountycastle-daan Commit: bdb563e18b885772be76ac43583fb3d8041fcafa Parents: 95f1de8 a661a11 Author: John Burwell <[email protected]> Authored: Sat Sep 10 17:22:53 2016 -0400 Committer: John Burwell <[email protected]> Committed: Sat Sep 10 17:22:53 2016 -0400 ---------------------------------------------------------------------- .../src/main/java/com/cloud/utils/ssh/SshHelper.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ----------------------------------------------------------------------
