mirror of https://github.com/apache/jclouds.git
added test dependency
This commit is contained in:
parent
563462e46b
commit
cfe91f9817
|
@ -131,7 +131,7 @@ public class VMClientLiveTest extends BaseVPDCClientLiveTest {
|
||||||
// conditionallyCheckSSH();
|
// conditionallyCheckSSH();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test(dependsOnMethods="testCloneVApp")
|
||||||
public void testZCreateMultipleVMs() throws Exception {
|
public void testZCreateMultipleVMs() throws Exception {
|
||||||
billingSiteId = restContext.getApi().getBrowsingClient().getOrg(null).getId();// default
|
billingSiteId = restContext.getApi().getBrowsingClient().getOrg(null).getId();// default
|
||||||
vpdcId = Iterables.find(restContext.getApi().getBrowsingClient().getOrg(billingSiteId).getVDCs(),
|
vpdcId = Iterables.find(restContext.getApi().getBrowsingClient().getOrg(billingSiteId).getVDCs(),
|
||||||
|
|
Loading…
Reference in New Issue