Hi , I am planning to do unit testing of Swift. As discussed above,there are lot many APIs test which tests the swift functionality but I was wondering what all other cases that can be added to scenario testing. I don't see any negative or stress testing of Swift module. Can you please guide or suggest some possible scenarios to add.
Futher I don't see any test cases testing the functionality of *Auditors * and *Replicators.* Can anyone guide me if they are present. In case they are not, how is there fucntionality tested. Regards, Saurav On Tue, Feb 10, 2015 at 12:12 PM, saurabh suman <90.su...@gmail.com> wrote: > 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 <m...@not.mn> wrote: > >> 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/test/sample.conf). Set up >> the auth credentials for any remote Swift cluster in the [func_test] >> section, and you'll be able to test its functionality. >> >> >> --John >> >> >> >> >> > On Feb 8, 2015, at 9:22 PM, saurabh suman <90.su...@gmail.com> wrote: >> > >> > 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 are other test cases related to swift >> functionality present. >> > >> > Please let me know where can I find those test cases. In case if only a >> single test case is available ,can anyone guide me through writing a new >> test case for testing swift. >> > >> > >> > Regards, >> > Saurav Suman >> > >> > _______________________________________________ >> > Mailing list: >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> > Post to : openstack@lists.openstack.org >> > Unsubscribe : >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> >> >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack