> +import org.testng.annotations.Test;
> +
> +import javax.annotation.Resource;
> +import javax.inject.Named;
> +import java.io.IOException;
> +import java.util.Map;
> +import java.util.Set;
> +
> +import static org.testng.Assert.assertEquals;
> +import static org.testng.Assert.assertTrue;
> +
> +/**
> + * @author Andrea Turli
> + */
> +@Test(groups = "live", singleThreaded = true, testName = 
> "DockerExperimentLiveTest")
> +public class DockerExperimentLiveTest extends BaseDockerApiLiveTest {

Change the name to something more meaningful?
Also, if this test targets the ComputeServie, it should be better to extend 
`BaseViewLiveTest` instead.

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

Reply via email to