Merge pull request #686 from mervynrussell/feature/ami_creation_date

Feature/ami creation date
This commit is contained in:
Steve Pulec 2016-08-27 21:06:13 -04:00 committed by GitHub
commit 0a11db6a8c
3 changed files with 3 additions and 0 deletions

1
tests/test_ec2/test_amis.py Normal file → Executable file
View file

@ -28,6 +28,7 @@ def test_ami_create_and_delete():
image.architecture.should.equal(instance.architecture)
image.kernel_id.should.equal(instance.kernel)
image.platform.should.equal(instance.platform)
image.creationDate.should_not.be.none
instance.terminate()
# Validate auto-created volume and snapshot