Github user aledsage commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/700#discussion_r32865777
--- Diff:
core/src/test/java/brooklyn/location/basic/SshMachineLocationIntegrationTest.java
---
@@ -63,7 +63,14 @@ public void tearDown() throws Exception {
mgmt = null;
}
- // Note: requires `named:localhost-passphrase` set up with a key whose
passphrase is "localhost"
+ // Note: requires `named:localhost-passphrase` set up with a key whose
passphrase is "localhost"
+ // * create the key with:
--- End diff --
Excellent! We need more of this kind of thing, and to get in the habit of
writing it at the same time as the test (me included!).
---
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.
---