> @@ -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()) {
> most of the Nova Live Extension API tests follow this pattern
Lazy me...I was only looking at the diff ;-) Fine to keep as-is, and thanks for
explaining, @jasdeep-hundal and @jdaggett!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/326/files#r16816980