> @@ -66,4 +68,15 @@ public void testDeleteItemFromMetadata() {
> assertEquals(project.commonInstanceMetadata().size(),
> initialMetadataSize);
> assertEquals(project.commonInstanceMetadata().fingerprint(),
> initialFingerprint);
> }
> +
> + @Test(groups = "live", dependsOnMethods = "getProject")
> + public void testSetUsageExportBucket() {
> + Operation o = api.project().setUsageExportBucket("test-bucket",
> "test-");
> +
> + while (o.status() == Status.PENDING) {
I updated this to what may be a more agreeable while loop.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/112/files#r22558322