manila/tools
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
..
conf modified conf sample 2013-09-17 05:24:40 -04:00
colorizer.py Refactor test framework 2014-07-22 14:58:48 +03:00
enable-pre-commit-hook.sh docs 2013-09-17 10:57:47 +03:00
install_venv.py Replace python print operator with print function (pep H233, py33) 2014-07-02 08:56:12 -04:00
install_venv_common.py Replace python print operator with print function (pep H233, py33) 2014-07-02 08:56:12 -04:00
lintstack.py Replace python print operator with print function (pep H233, py33) 2014-07-02 08:56:12 -04:00
lintstack.sh Initialize from cinder 2013-08-08 10:34:06 -04:00
with_venv.sh Refactor test framework 2014-07-22 14:58:48 +03:00