> @@ -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()) {
@demobox As @jasdeep-hundal pointed out, most of the Nova Live Extension API
tests follow this pattern, so this should be fine for the time being. In the
work I am doing with the `BaseOpenStackLiveApiTest` many of the live tests will
be updated.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/326/files#r16251620