> +      assertEquals(image.id(), testImageId);
> +      assertEquals(image.properties().name(), 
> "ubuntu-14.04.3-server-amd64.iso");
> +   }
> +   
> +   @Test
> +   public void testList() {
> +      List<Image> images = imageApi().getList();
> +
> +      assertNotNull(images);
> +      assertFalse(images.isEmpty());
> +      assertTrue(images.size() > 1);
> +   }
> +   
> +   private ImageApi imageApi() {
> +      return api.imageApi();
> +   }

Remaining methods are Update and Delete. I'm not quite sure if PB has a test 
image for that purpose? Esp. since there is no Create call.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/242/files#r54400641

Reply via email to