mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
last few testName annotation fixes
This commit is contained in:
parent
5873157074
commit
0e97401b48
@ -110,7 +110,7 @@ public class OrgClientLiveTest extends BaseVCloudDirectorClientLiveTest {
|
||||
checkOrg(org);
|
||||
}
|
||||
|
||||
@Test(dependsOnMethods = { "testGetOrg" })
|
||||
@Test(testName = "orgClient admin metadata setup", dependsOnMethods = { "testGetOrg" })
|
||||
public void testSetupMetadata() {
|
||||
context.getApi().getAdminOrgClient().getMetadataClient().setMetadata(toAdminUri(orgURI),
|
||||
"KEY", MetadataValue.builder().value("VALUE").build());
|
||||
|
@ -307,7 +307,7 @@ public class VdcClientLiveTest extends BaseVCloudDirectorClientLiveTest {
|
||||
|
||||
}
|
||||
|
||||
@Test(testName = "admin metadata configuration", dependsOnMethods = { "testGetVdc" } )
|
||||
@Test(testName = "vdcClient admin metadata configuration", dependsOnMethods = { "testGetVdc" } )
|
||||
public void testSetupMetadata() {
|
||||
context.getApi().getAdminVdcClient().getMetadataClient().setMetadata(toAdminUri(vdcURI),
|
||||
"key", MetadataValue.builder().value("value").build());
|
||||
|
Loading…
x
Reference in New Issue
Block a user