I'd also suggest migrating to whirr.template=imageId=foo,hardwareId=bar[,etc] rather than the individual fields, as whirr.template overrides them anyway.
A. On Fri, Sep 21, 2012 at 5:48 AM, Tom White <[email protected]> wrote: > On Fri, Sep 21, 2012 at 1:39 PM, Steve Loughran <[email protected]> > wrote: > > On 21 September 2012 13:01, Tom White <[email protected]> wrote: > > > >> You can create a file called .whirr-test.properties in your home > >> directory and set whirr.image-id in there to the value you want. Then > >> do > >> > >> mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=aws-ec2 > >> -Dwhirr.test.identity=$AWS_ACCESS_KEY_ID > >> -Dwhirr.test.credential=$AWS_SECRET_ACCESS_KEY > >> -Dconfig=.whirr-test.properties" > >> > > > > > > I see. Is that config going to override whatever test properties file > I've > > got in src/test/resources, or does it get read in before/afterwards > > It overrides properties in src/test/resources. > > Tom >
