Did we backport this to 1.6.x? I ran EC2 tests in preparation for 1.6.3 and
found:
```
Failed tests:
testTemplateBuilderWithLessRegions(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest):
[]
testTemplateBuilderCanUseImageIdWithoutFetchingAllImages(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest):
[]
testCreateAndListEBSBackedImage(org.jclouds.aws.ec2.features.AWSAMIApiLiveTest):
expected [22368] but found [22369]
testNoSsh(org.jclouds.aws.ec2.features.AWSKeyPairApiLiveTest): error
runScript on filtered nodes options({loginUser=ec2-user,
loginPasswordPresent=true, loginPrivateKeyPresent=true, runAsRoot=false,
wrapInInitScript=false})(..)
testDescribeSpotPriceHistoryInRegion(...)
testStartCCInstance(org.jclouds.aws.ec2.features.PlacementGroupApiLiveTest):
org.jclouds.compute.RunNodesException: error running 1 node
group(gaulec2cccluster) location(us-east-1) image(ami-0da96764)
size(cc2.8xlarge) options({scriptPresent=true, userDataCksum=2f4a740b})(..)
testCreateAndRunAService(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest):
Optional.get() cannot be called on an absent value
testAScriptExecutionAfterBootWithBasicTemplate(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest):
Optional.get() cannot be called on an absent value
testCreateTwoNodesWithRunScript(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest):
Optional.get() cannot be called on an absent value
Tests run: 169, Failures: 9, Errors: 0, Skipped: 10
```
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/154#issuecomment-26766555