Github user ahgittin commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/1030#issuecomment-157387018
Agree with @aledsage this seems overly complicated; rather than having it
be a driver it can be just like the other simple test cases, and just do
SshEffectorTasks.SshEffectorTaskFactory<String> t =
SshEffectorTasks.ssh(command)
.requiringZeroAndReturningStdout()
.summary("effector "+effector.getName())
.environmentVariables(env);
return queue(t).get();
only extra thing is to add the `machine` of the `target` and switch to its
`RUN_DIR`, i think
---
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.
---