Re: [Openstack] Help regarding Swift Tese cases

2015-02-18 Thread John Dickinson
Sounds like what you're looking for are Swift's probe tests. These take a cluster of a known configuration and test that the cluster components work together as expected. eg PUT some data, delete one replica, run replication, and ensure that the missing replica is restored. The auditors and rep

Re: [Openstack] Help regarding Swift Tese cases

2015-02-09 Thread saurabh suman
Hi John, Thanks a lot for such a quick response, will get back to you in case of any future query. Thanks Saurav Suman On Mon, Feb 9, 2015 at 8:44 PM, John Dickinson wrote: > You can test Swift functionality with Swift's included functional tests. > > In the Swift source tree, you can run th

Re: [Openstack] Help regarding Swift Tese cases

2015-02-09 Thread John Dickinson
You can test Swift functionality with Swift's included functional tests. In the Swift source tree, you can run the .functests script (https://github.com/openstack/swift/blob/master/.functests). This will look for /etc/swift/test.conf (sample at https://github.com/openstack/swift/blob/master/tes

[Openstack] Help regarding Swift Tese cases

2015-02-08 Thread saurabh suman
Hi All, I am planning to implement cloud storage using openstack swift. Now to test the swift functionality,as far as I know, there is only one test case related to swift *test_swift_basic_ops.py* present at the path *openstack/tempest/tree/master/tempest/scenario .* I was wondering if there ar