> @@ -70,5 +86,36 @@ private void assertImageEquals(Image result, Image 
> expected) {
>        assertEquals(result.getName(), expected.getName());
>     }
>  
> +   @Test(groups = "live")
> +   public void testInsertDisk() {
> +      assertZoneOperationDoneSucessfully(diskApi().createInZone(DISK_NAME, 
> sizeGb, DEFAULT_ZONE_NAME), TIME_WAIT);
> +      Disk disk = diskApi().getInZone(DEFAULT_ZONE_NAME, DISK_NAME);
> +      diskURI = disk.getSelfLink();
> +      System.out.println("diskURI: " + diskURI.toString());

I don't think we can get rid of it because in the tests below I need the disk 
to create an image from. 

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

Reply via email to