andreaturli commented on this pull request.


> @@ -59,6 +48,14 @@ protected Module getSshModule() {
       return new SshjSshClientModule();
    }
 
+   public void testMyListNodes() throws Exception {
+      for (ComputeMetadata node : client.listNodes()) {
+         assert node.getProviderId() != null : node;
+         assert node.getLocation() != null : node;
+         assertEquals(node.getType(), ComputeType.NODE);
+      }
+   }

sorry, removing it

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/354

Reply via email to