> + * @author Inbar Stolberg > + */ > + > +import com.google.common.base.Optional; > +import com.google.common.collect.Iterables; > +import org.jclouds.openstack.nova.v2_0.domain.Server; > +import org.jclouds.openstack.nova.v2_0.domain.ServerCreated; > +import org.jclouds.openstack.nova.v2_0.features.ServerApi; > +import org.jclouds.openstack.nova.v2_0.internal.BaseNovaApiLiveTest; > +import org.jclouds.openstack.nova.v2_0.options.CreateServerOptions; > +import org.testng.annotations.BeforeGroups; > +import org.testng.annotations.Test; > + > +import static org.testng.Assert.assertEquals; > + > +@Test(groups = "live", testName = "CreateServerApiLiveTest", singleThreaded > = true)
These tests should be in ServerApiLiveTest --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/180/files#r7013928
