> - }
> - }
> - }
> -
> - @Test
> - public void testCreateInAvailabilityZone() {
> - String serverId = null;
> - for (String zoneId : zones) {
> - ServerApi serverApi = api.getServerApiForZone(zoneId);
> - try {
> - serverId = createServer(zoneId, "nova",
> Server.Status.ACTIVE).getId();
> - Server server = serverApi.get(serverId);
> - assertEquals(server.getStatus(), Server.Status.ACTIVE);
> - } finally {
> - serverApi.delete(serverId);
> + @Test(description = "GET /v${apiVersion}/{tenantId}/servers")
I like this (the description), but is it something we do anywhere else..?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/313/files#r10826467