> + assertNotNull(image);
> +
> + this.imageId = image.id();
> + }
> +
> + @Test
> + public void addRomDriveToServerTest() {
> + String requestId =
> api.drivesApi().addRomDriveToServer(Drive.Request.AddRomDriveToServerPayload.builder()
> + .serverId(serverId)
> + .storageId("05cadf29-6c12-11e4-beeb-52540066fee9")
> + .deviceNumber("0")
> + .build());
> + assertNotNull(requestId);
> + }
> +
> + @Test //(dependsOnMethods = "addRomDriveToServerTest")
Should the test dependency be uncommented?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/146/files#r25730359