> > import static com.google.common.base.Preconditions.checkNotNull; > -import org.jclouds.logging.slf4j.config.SLF4JLoggingModule; > -import org.jclouds.logging.config.LoggingModule; > - > +import static > org.jclouds.azurecompute.arm.config.AzureComputeProperties.RESOURCE_GROUP_NAME; > +import static > org.jclouds.compute.config.ComputeServiceProperties.TIMEOUT_SCRIPT_COMPLETE; > +import static > org.jclouds.compute.config.ComputeServiceProperties.TIMEOUT_NODE_RUNNING; > +import static > org.jclouds.compute.config.ComputeServiceProperties.TIMEOUT_PORT_OPEN; > +import static > org.jclouds.compute.config.ComputeServiceProperties.TIMEOUT_NODE_TERMINATED; > +import static > org.jclouds.compute.config.ComputeServiceProperties.TIMEOUT_NODE_SUSPENDED; > > /** > * Live tests for the {@link org.jclouds.compute.ComputeService} integration.
Remove this class from the change set -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/308/files/961db5c145342971726063e25776e0011ab8ed36#r74422773