> protected String groupId;
>
> + @BeforeGroups(groups = { "integration", "live" })
> + @Override
> + public void setupContext() {
> + super.setupContext();
> + cleanup();Yeah, that was a dumb moment on my part. Moving it to the end - my main concern is cleaning up after itself, rather than avoiding collision. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/154/files#r6607750
