added test dependency

This commit is contained in:
Kedar Dave 2011-06-02 22:25:34 -05:00
parent 563462e46b
commit cfe91f9817
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class VMClientLiveTest extends BaseVPDCClientLiveTest {
// conditionallyCheckSSH();
}
@Test
@Test(dependsOnMethods="testCloneVApp")
public void testZCreateMultipleVMs() throws Exception {
billingSiteId = restContext.getApi().getBrowsingClient().getOrg(null).getId();// default
vpdcId = Iterables.find(restContext.getApi().getBrowsingClient().getOrg(billingSiteId).getVDCs(),