> +import static org.testng.Assert.assertEquals;
> +
> +import org.jclouds.http.HttpRequest;
> +import org.jclouds.http.HttpResponse;
> +import org.jclouds.rackspace.autoscale.v1.AutoscaleApi;
> +import 
> org.jclouds.rackspace.autoscale.v1.internal.BaseAutoscaleApiExpectTest;
> +import org.testng.annotations.Test;
> +
> +import com.google.common.collect.ImmutableSet;
> +
> +/**
> + * This test ensures that the wiring in {@link AutoscaleUKProviderMetadata} 
> is correct.
> + * 
> + */
> +@Test(groups = "unit", testName = "AutoscaleUKProviderMetadataExpectTest")
> +public class AutoscaleUKProviderMetadataExpectTest extends 
> BaseAutoscaleApiExpectTest {

Yes, because the API itself and US provider use them today. We will eventually 
move all of the tests to use MWS.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/112/files#r14252533

Reply via email to