GitHub user neykov opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/669
Don't create install dir in copy-pre-install-resources unless needed
Lots of unit tests assume that no ssh connection will be established when
testing localhost entities. The addition of `copy-pre-install-resources` breaks
the tests if local ssh is not configured properly. Create install dir only if
there are resources to copy (and therefore the test expects it will try to ssh).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/neykov/incubator-brooklyn fix/ssh-tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/669.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #669
----
commit c5ed59e4a32423974cb1e8b4762a1be2b8fc34d5
Author: Svetoslav Neykov <[email protected]>
Date: 2015-06-01T14:50:43Z
Don't create install dir in copy-pre-install-resources unless there are
resources to install.
Lots of unit tests assume that no ssh connection will be established when
testing localhot entities. The addition of copy-pre-install-resources breaks
the tests if local ssh is not configured properly. Create install dir only if
there are resources to copy (and therefore the test expects it will try to ssh).
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---