Hey Sandeep,

The Swift implementation in jclouds can be found jclouds/apis/swift.
There are several unit tests in there. You can run the tests as
follows:

$ cd jclouds/apis
$ mvn -pl :swift test

You can run some live tests against a real Swift instance as follows:
$ mvn integration-test -pl :swift -Plive

Note that for the integration-tests you'll have to set the following
config options:
-Dtest.swift-keystone.endpoint=http://some-endpoint
-Djclouds.provider=swift-keystone
-Djclouds.keystone.credential-type=passwordCredentials
-Dtest.swift-keystone.identity=demo:demo
-Dtest.swift-keystone.credential=devstack

There is also a new implementation for openstack-swift in
jclouds-labs-openstack. This implementation in jclouds-labs-openstack
will replace the one jclouds/apis/swift in one of the forthcoming
releases.

Could you share some details about what you're trying to do?

-Shri

On Fri, Apr 18, 2014 at 10:06 AM, SANDEEP BAZAR <[email protected]> wrote:
> Hi,
>
>     Are there any Test Clients or Unit Test available to test end to end
> functionality of OpenStack Swift using JClouds?
> --
>
> *Thanks and Regards*
>
> ---------------------
>
> *Sandeep Bazar*
>
> *Tel    :* 91-20-4026366

Reply via email to