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
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
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
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