Shared filesystem management project for OpenStack.
4ea9031b4f
For the moment we can just calculate coverage and generate html with results. It would be really useful to be able to get 'failure' by this job, when latest commit introduced reduction of test coverage by any reason - either addon of new code not covered with unit tests or deletion of existing unit tests. It will reduce total required efforts for code reviewers, that are forced now to perform such check separately and inform about it committer. Added file 'tools/cover.sh' is taken from OpenStack Rally project as of state [1], with couple of fixes for satisfying 'bashate'. Also add configuration file for coverage package. [1] I7b4defe187c0631928d70bd09d7bcea956f4eed3 Change-Id: Ie0c5721985ae48256d9bb26af5fdb4b05797b359 |
||
---|---|---|
contrib | ||
devstack | ||
doc | ||
etc | ||
manila | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.md | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
MANILA
You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.
- Wiki: https://wiki.openstack.org/Manila
- Developer docs: http://docs.openstack.org/developer/manila
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/manila.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/manila