> + private QuotaApi quotaApi;
> +
> + public QuotasApiLiveTest() {
> + super();
> + provider = "openstack-cinder";
> + }
> +
> + @BeforeClass(groups = {"integration", "live"})
> + public void setupContext() {
> + super.setup();
> + String zone = api.getConfiguredZones().iterator().next();
> + quotaApi = api.getQuotaApi(zone);
> + }
> +
> + public void testGetStorageQuotas() throws ExecutionException,
> InterruptedException {
> + VolumeQuota volumeQuota = quotaApi.getByTenant("non");
fixed
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/178/files#r6962943