> +      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();
> +   }

https://devops.profitbricks.com/api/rest/#images
Update and delete can be done only on private images, and to create private you 
have to upload them using PB control panel. This wouldn't make sense in Live 
tests

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

Reply via email to