> @@ -101,6 +102,15 @@ public void setUpResourcesForAllThreads(ITestContext 
> testContext) throws Excepti
>        view.close();
>        view = null;
>     }
> +
> +   @AfterSuite(groups = { "integration", "live" })
> +   protected void destroyResources() throws Exception {
> +      setupContext();
> +      deleteEverything(view);
> +
> +      view.close();
> +      view = null;

I guess BeforeSuite has to be a bit more careful not to pollute the coming 
tests but it can't hurt here, either. Thanks for explaining.

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

Reply via email to