Shared filesystem management project for OpenStack.
Go to file
vponomaryov 16a04df3d0 Refactor test framework
Manila's test framework is pretty old and requires update.

Changes:
- usage of nose replaced with testr
- now all the tests are thread safe
- added new options for run_tests.sh, such as --concurrency, --debug, etc...
- new '--concurrency' option for run_tests.sh defaults to 1, examples:
    ./run_tests.sh  # will run in 1 thread
    ./run_tests.sh --concurrency 2  # will run tests in 2 threads
- added tools/colorizer.py for colorizing output of testrun with run_tests.sh
- tests running with tox use as much threads as cores available by default
- examples of testrun with tox:
    tox  # will run test suites defined with 'envlist' in tox.ini, now it is pep8,py26,py27
    tox -epy27  # amount of threads is equal to amount of cores
    tox -epy27 -- --concurrency=2  # amount of threads is 2
    tox -epy27 -- --concurrency=4  # amount of threads is 4
- Added 'Database' class to manila.test module, for more conveniant db testing
- updated policy file 'manila/tests/policy.json' to allow share-network actions
- removed nose-related requirements
- added new requirements for testrepository, subunit

With merge of this change all old installed virtual environments become
incompatible and should be removed with "rm -rf .tox .venv" before testrun.

Implements blueprint testr-with-unittests

Change-Id: I9579ecd538e29d478dbc12adc7dcc33fc668b397
2014-07-22 14:58:48 +03:00
bin Enabled hacking checks H305 and H307 2014-07-20 18:48:31 +02:00
contrib Enabled hacking checks H305 and H307 2014-07-20 18:48:31 +02:00
doc Update manila's docs 2014-06-23 19:19:28 +03:00
etc/manila Add share-server-delete API 2014-07-15 14:13:57 +00:00
manila Refactor test framework 2014-07-22 14:58:48 +03:00
tools Refactor test framework 2014-07-22 14:58:48 +03:00
.gitignore Refactor test framework 2014-07-22 14:58:48 +03:00
.gitreview Add .gitreview file. 2013-09-24 12:10:01 +00:00
.testr.conf Refactor test framework 2014-07-22 14:58:48 +03:00
CONTRIBUTING.md docs 2013-09-17 10:57:47 +03:00
HACKING.rst Refactor test framework 2014-07-22 14:58:48 +03:00
LICENSE Initialize from cinder 2013-08-08 10:34:06 -04:00
MANIFEST.in Initialize from cinder 2013-08-08 10:34:06 -04:00
README.md Initial commit 2013-08-08 07:30:20 -07:00
README.rst Fix some cosmetic issues in README.rst 2014-06-02 10:17:47 +00:00
babel.cfg Initialize from cinder 2013-08-08 10:34:06 -04:00
openstack-common.conf Migrate to oslo.messaging instead of commom/rpc 2014-07-03 18:59:33 +03:00
pylintrc docs 2013-09-17 10:57:47 +03:00
requirements.txt Sync with global requirements 2014-07-14 11:15:21 +02:00
run_tests.sh Refactor test framework 2014-07-22 14:58:48 +03:00
setup.cfg Refactor test framework 2014-07-22 14:58:48 +03:00
setup.py Sync with global requirements 2014-07-14 11:15:21 +02:00
test-requirements.txt Refactor test framework 2014-07-22 14:58:48 +03:00
tox.ini Refactor test framework 2014-07-22 14:58:48 +03:00

README.md

manila

Openstack Shared Filesystem Service