diff --git a/tests/test_ec2/test_amis.py b/tests/test_ec2/test_amis.py old mode 100644 new mode 100755 index aa921f149..411f80a49 --- a/tests/test_ec2/test_amis.py +++ b/tests/test_ec2/test_amis.py @@ -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