> @@ -150,7 +154,53 @@ public boolean apply(VolumeAttachmentApi 
> volumeAttachmentApi) {
>              if (server_id != null)
>                 api.getServerApiForZone(zone).delete(server_id);
>           }
> +      }
> +   }
> +
> +   @Test(dependsOnMethods = "testCreateVolume")
> +   public void testAttachmentAtBoot() {
> +      if (volumeApi.isPresent()) {

We shouldn't need this `if`? If volumeApi is _not_ present, `testCreateVolume` 
should hopefully fail or be skipped?

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

Reply via email to