Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
It should be possible to override the service.provider when running the integration tests
For EC2:
mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=ec2 -Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
For RackspaceCloud:
mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=cloudservers -Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
Right now this is hardcoded to EC2.