mirror of https://github.com/apache/jclouds.git
Issue 830: Cleanup live test classes
This commit is contained in:
parent
ace4282fba
commit
b4579518c4
|
@ -39,7 +39,7 @@ import org.testng.annotations.BeforeClass;
|
|||
import org.testng.annotations.Test;
|
||||
|
||||
/**
|
||||
* Tests behavior of {@link NetworkClient}
|
||||
* Tests behavior of {@link VdcClient}
|
||||
*
|
||||
* @author danikov
|
||||
*/
|
||||
|
|
|
@ -132,13 +132,6 @@ public class VAppTemplateClientLiveTest extends AbstractVAppClientLiveTest {
|
|||
});
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetProductSectionsForVAppTemplate() {
|
||||
ProductSectionList productSectionList = vAppTemplateClient.getProductSectionsForVAppTemplate(vAppTemplateURI);
|
||||
|
||||
checkProductSectionList(productSectionList);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetLeaseSettingsSection() {
|
||||
// FIXME Wrong case for Vapp
|
||||
|
|
|
@ -61,11 +61,11 @@ import com.google.common.collect.ImmutableSet;
|
|||
import com.google.common.collect.Iterables;
|
||||
|
||||
/**
|
||||
* Tests behavior of {@code VdcClient}
|
||||
* Tests behavior of {@link VdcClient}
|
||||
*
|
||||
* @author danikov
|
||||
*/
|
||||
@Test(groups = { "live", "user", "vdc" }, testName = "VdcClientLiveTest")
|
||||
@Test(groups = { "live", "user", "vdc" }, singleThreaded = true, testName = "VdcClientLiveTest")
|
||||
public class VdcClientLiveTest extends BaseVCloudDirectorClientLiveTest {
|
||||
|
||||
public static final String VDC = "vdc";
|
||||
|
|
Loading…
Reference in New Issue