> +
> +@Test(groups = "live", testName = "CreateServerApiLiveTest", singleThreaded 
> = true)
> +public class CreateServerApiLiveTest extends BaseNovaApiLiveTest {
> +   private ServerApi serverApi;
> +   private Optional<? extends ServerWithSecurityGroupsApi> apiOption;
> +   private String zone;
> +
> +   @BeforeGroups(groups = {"integration", "live"})
> +   public void setupContext() {
> +      super.setup();
> +      zone = Iterables.getLast(api.getConfiguredZones(), "nova");
> +      serverApi = api.getServerApiForZone(zone);
> +      apiOption = api.getServerWithSecurityGroupsExtensionForZone(zone);
> +   }
> +
> +   private Server createServer(String regionId, String availabilityZoneId, 
> boolean shouldWork) {

it was related to different PR please ignore, i removed this classed and 
created a live test as requested in the right place...

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

Reply via email to