mirror of https://github.com/apache/jclouds.git
5641f675da
While they're implemented in apis/ec2, the tests are in providers/aws-ec2, generally, to make sure ec2-alike clones won't barf on them. We're exercising creation of volumes, images and instances with the new options. I also had to do some sketchy wait-and-loop'ing in AMIAPILiveTest.testCreateAndListEBSBackedImage() due to what seems to be a delay on new AMIs showing up in filtered DescribeImages calls, though they'll show up instantly when you specify the image ID. Go figure. |
||
---|---|---|
.. | ||
src | ||
README.txt | ||
pom.xml |
README.txt
# # The jclouds provider for Amazon's EC2 (http://aws.amazon.com/ec2/). # # Expects the jclouds ec2 API to be present on your application's classpath. # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example.