mirror of https://github.com/apache/jclouds.git
adjusted expectations to meet current api
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1417 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
818489e9a3
commit
cb5c918918
|
@ -225,11 +225,11 @@ public class AmazonEC2QueryAPIExpectations {
|
|||
ImmutableSet.of("Group.n", "UserId.n", "ImageId", "ProductCode.n", "Group.n",
|
||||
"UserId.n")).put(
|
||||
"DescribeImageAttribute",
|
||||
ImmutableSet.of("ProductCodes", "ImageId", "Platform", "BlockDeviceMapping",
|
||||
"LaunchPermission", "Ramdisk", "Kernel")).put("DescribeImages",
|
||||
ImmutableSet.of("Attribute=productCodes", "ImageId", "Attribute=platform", "Attribute=blockDeviceMapping",
|
||||
"Attribute=launchPermission", "Attribute=ramdisk", "Attribute=kernel")).put("DescribeImages",
|
||||
ImmutableSet.of("explicit", "public", "implicit")).put(
|
||||
"DescribeAvailabilityZones", ImmutableSet.of("ZoneName")).put(
|
||||
"DescribeRegions", ImmutableSet.of("Region.n")).put("DeleteVolume",
|
||||
"DescribeRegions", ImmutableSet.of("RegionName.n")).put("DeleteVolume",
|
||||
ImmutableSet.of("VolumeId")).put("DescribeSnapshots",
|
||||
ImmutableSet.of("SnapshotId.n")).put("DescribeVolumes",
|
||||
ImmutableSet.of("VolumeId")).put("DetachVolume",
|
||||
|
|
Loading…
Reference in New Issue