> + * and are available at http://www.eclipse.org/legal/epl-v10.html > + * and http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Contributors: > + * Timur Sungur - initial API and implementation > + > *******************************************************************************/ > + > +package org.jclouds.orion; > + > +import java.util.Calendar; > + > +import org.jclouds.apis.BaseApiLiveTest; > + > +public class OrionApiLiveTest extends BaseApiLiveTest<OrionApi> { > + > + void createContainerTest() {
Does this need a `@Test(groups="live")` annotation to be run? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/45/files#r14715273
