mirror of https://github.com/apache/jclouds.git
spot test also needs m1.medium
This commit is contained in:
parent
245c346ddd
commit
9009963894
|
@ -118,7 +118,7 @@ public class SpotInstanceClientLiveTest extends BaseVersionedServiceLiveTest {
|
||||||
"Windows", "Windows (Amazon VPC)")).apply(spot.getProductDescription()) : spot;
|
"Windows", "Windows (Amazon VPC)")).apply(spot.getProductDescription()) : spot;
|
||||||
assert in(
|
assert in(
|
||||||
ImmutableSet.of("c1.medium", "c1.xlarge", "cc1.4xlarge", "cg1.4xlarge", "cc2.8xlarge", "m1.large",
|
ImmutableSet.of("c1.medium", "c1.xlarge", "cc1.4xlarge", "cg1.4xlarge", "cc2.8xlarge", "m1.large",
|
||||||
"m1.small", "m1.xlarge", "m2.2xlarge", "m2.4xlarge", "m2.xlarge", "t1.micro")).apply(
|
"m1.small", "m1.medium", "m1.xlarge", "m2.2xlarge", "m2.4xlarge", "m2.xlarge", "t1.micro")).apply(
|
||||||
spot.getInstanceType()) : spot;
|
spot.getInstanceType()) : spot;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue