> + *
> + * @author David Alves
> + */
> +public class ZoneOperationApiLiveTest extends 
> BaseGoogleComputeEngineApiLiveTest {
> +
> +   private static final String METADATA_ITEM_KEY = 
> "operationLiveTestTestProp";
> +   private static final String METADATA_ITEM_VALUE = 
> "operationLiveTestTestValue";
> +   private Operation addOperation;
> +   private Operation deleteOperation;
> +
> +   private ZoneOperationApi api() {
> +      return api.getZoneOperationApiForProject(userProject.get());
> +   }
> +
> +
> +//   @Test(groups = "live")

It needs more work, basically. In a perfect world I refactor the test to 
actually do something that'll create zone operations - but there's nothing as 
trivial as setting global metadata, so I avoided it. I'll just nuke the live 
test for now, since in practice, it's covered quite nicely by the 
instance/disk/machinetype live tests. In 1.7, I'll come up with something 
better.

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

Reply via email to