> private byte[] megOf1s;
> private byte[] megOf2s;
>
> + private static Queue<String> containerCleanup = new
> ConcurrentLinkedQueue<String>();
> +
> + private String getContainer() {
Instead of using a custom setup and teardown, could you just change
`BaseSwiftApiLiveTest` to inherit from `BaseBlobStoreIntegrationTest` and use
its methods? `S3ClientLiveTest` uses this common code for an example.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/935/files#r55764889