Thanks Ignasi for the pointers!

On Wed, Nov 6, 2013 at 12:53 PM, Ignasi <ignasi.barr...@gmail.com> wrote:

> You're right.
>
> Our unit tests test the apis using mocks to aviod sending the requests over
> the wire.
>
> Live tests, though, perform real api calls and create real resources (vms,
> blobs, networks, etc) to verify that the code actually works as expected
> with the different provider apis.
>
> They are automatically executed when running the build with the "live"
> Maven profile activated, and are generic so anyone can provide the
> credentials in the command line and run them against any account. An
> example live test run could look like:
>
> mvn clean install -Plive -Dtest.cloudsigma.identity=foo
> -Dtest.cloudsigma.credential=bar
>
> (Have a look at the different pom.xml files to see the exact parameters
> that are accepted).
>
> HTH!
>
> Ignasi
> El 06/11/2013 05:41, "Nirmal Fernando" <nir...@wso2.com> escribió:
>
> > Hi All,
> >
> > Can someone explain $subject please? Also, AFAIU these runs on real
> > servers, right?
> >
> > Thanks in advance.
> > --
> >
> > Thanks & regards,
> > Nirmal
> >
> > Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
> > Mobile: +94715779733
> > Blog: http://nirmalfdo.blogspot.com/
> >
>



-- 

Thanks & regards,
Nirmal

Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/

Reply via email to