> @@ -61,13 +62,15 @@ public void testLaunchClusterWithMinDisk() throws
> RunNodesException {
> new SshjSshClientModule()))
> .build(ComputeServiceContext.class);
>
> + for (ComputeMetadata computeMetadata :
> context.getComputeService().listNodes()) {
> + System.out.println(computeMetadata);Use `getAnonymousLogger()` instead if you want to print feedback when running tests. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/838/files#r36745898
