Override service.provider for integration tests
-----------------------------------------------

                 Key: WHIRR-205
                 URL: https://issues.apache.org/jira/browse/WHIRR-205
             Project: Whirr
          Issue Type: Bug
          Components: service/cassandra, service/hadoop, service/hbase, 
service/zookeeper
            Reporter: Andrei Savu
             Fix For: 0.3.0


It should be possible to override the service.provider when running the 
integration tests

For EC2:

{code}
mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=ec2 
-Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
{code}

For RackspaceCloud:

{code}
mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=cloudservers 
-Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
{code}

Right now this is hardcoded to EC2. 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to