mirror of https://github.com/apache/jclouds.git
shortened tag names in ec2 tests
This commit is contained in:
parent
9ff54e5956
commit
aa05473bf8
|
@ -106,7 +106,7 @@ public class EC2ComputeServiceLiveTest extends BaseComputeServiceLiveTest {
|
|||
InstanceClient instanceClient = EC2Client.class.cast(context.getProviderSpecificContext().getApi())
|
||||
.getInstanceServices();
|
||||
|
||||
String tag = this.tag + "optionsandlogin";
|
||||
String tag = this.tag + "onl";
|
||||
|
||||
TemplateOptions options = client.templateOptions();
|
||||
|
||||
|
@ -190,7 +190,7 @@ public class EC2ComputeServiceLiveTest extends BaseComputeServiceLiveTest {
|
|||
InstanceClient instanceClient = EC2Client.class.cast(context.getProviderSpecificContext().getApi())
|
||||
.getInstanceServices();
|
||||
|
||||
String tag = this.tag + "optionsnokey";
|
||||
String tag = this.tag + "onk";
|
||||
|
||||
TemplateOptions options = client.templateOptions();
|
||||
|
||||
|
@ -250,7 +250,7 @@ public class EC2ComputeServiceLiveTest extends BaseComputeServiceLiveTest {
|
|||
InstanceClient instanceClient = EC2Client.class.cast(context.getProviderSpecificContext().getApi())
|
||||
.getInstanceServices();
|
||||
|
||||
String tag = this.tag + "optionswithsubnetid";
|
||||
String tag = this.tag + "ons";
|
||||
|
||||
TemplateOptions options = client.templateOptions();
|
||||
|
||||
|
|
Loading…
Reference in New Issue