> + * @author inbar stolberg
> + */
> +@Test(groups = "live", testName = "QuotasApiLiveTest", singleThreaded = true)
> +public class QuotasApiLiveTest extends BaseCinderApiLiveTest {
> +
> + private QuotaApi quotaApi;
> +
> + public QuotasApiLiveTest() {
> + super();
> + provider = "openstack-cinder";
> + }
> +
> + @BeforeClass(groups = {"integration", "live"})
> + public void setupContext() {
> + super.setup();
> + String zone = api.getConfiguredZones().iterator().next();
fixed
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/178/files#r6962926