From 3861bcec945ede062fccd5a94ccc86a6bfc8e280 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Wed, 28 Aug 2013 15:08:14 -0400 Subject: Depend only on OpenStack Swift 1.9.1 * The master branch is currently tracking the development version 1.9.1 of Havana OpenStack Swift. * Seems that we still have some settings which are not reset in the unit tests. This fix provides a guaranteed state for test_utils.py:TestUtils.test_get_container_details Change-Id: Ie32f49743301bfa493f70ed8a539fb6840f9f67b Signed-off-by: Luis Pabon Reviewed-on: http://review.gluster.org/5719 Reviewed-by: Peter Portante Tested-by: Peter Portante --- doc/markdown/dev_guide.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/markdown/dev_guide.md b/doc/markdown/dev_guide.md index 8181e4c..688adb6 100644 --- a/doc/markdown/dev_guide.md +++ b/doc/markdown/dev_guide.md @@ -135,6 +135,14 @@ one or more tests be added to the automated unit test suite. Unit tests are available under the `test/unit` directory. #### Functional Tests + +##### OpenStack Swift Havana Setup +Currently, Havana OpenStack Swift is still under development. While +currently there is no official release for Havana Swift, there is a +yum repo with multiple Havana Swift RPM development releases available. +Please refer to the following [README][] file for more information. + +##### Executing the tests The automated functional tests only run on RPM based systems like Fedora/CentOS, etc. To run the functional tests, the following requirements must be met. @@ -235,3 +243,4 @@ of the RPM: [PEP8]: http://www.python.org/dev/peps/pep-0008 [Git Commit Messages]: https://wiki.openstack.org/wiki/GitCommitMessages [GlusterFS Compiling RPMS]: https://forge.gluster.org/glusterfs-core/pages/CompilingRPMS +[README]: http://repos.fedorapeople.org/repos/openstack/openstack-trunk/README -- cgit