> @@ -39,6 +40,10 @@ > @Test(groups = "live", testName = "ImageApiLiveTest") > public class ImageApiLiveTest extends BaseGlanceApiLiveTest { > > + private static final int TWO_MINUTES = 120; > + private static final int FIVE_SECONDS = 5; > + public static final String IMAGE_NAME = "jclouds-live-test";
@inbarsto Is it OK if we always try to use a fixed name here, e.g. does it always get cleaned up? Or would it be safer to create a unique image name? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/162/files#r18748221