added readme

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2743 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2010-02-01 04:05:11 +00:00
parent 333b576610
commit 9326865762
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
In this module, you can run just unit tests, or run tests that connect directly to the service. To run against the service, you'll need to specify the maven profile live.
When live is enabled, any tests that have "LiveTest" suffix will be run during the integration-test phase. In order for this to operate, you must specify the following
properties:
* jclouds.test.account
* jclouds.test.key
Note that this module is intentionally incomplete. You should global replace and create your own client from this example. Make sure that you use tests propertly. For
example, the test ending in *AsyncClientTest will help ensure that your annotations parse in the way you expect.