summaryrefslogtreecommitdiff
path: root/run_tests.sh
Commit message (Expand)AuthorAgeFilesLines
* Add description on how to run ./run_test.sh -8jichenjc2016-01-111-0/+4
* Wrong URL reported by the run_tests.sh messageAndrea Rosa2016-01-061-1/+1
* deprecate run_tests.shSean Dague2015-12-141-248/+38
* Fix likely undesired use of redirectionNikola Dipanov2015-02-021-1/+1
* move all tests to nova/tests/unitSean Dague2014-11-121-1/+1
* remove use of explicit lockutils invocation in testsSean Dague2014-10-291-2/+2
* Revert "Switch Nova to use oslo.concurrency"Sean Dague2014-10-281-2/+2
* Switch Nova to use oslo.concurrencyDavanum Srinivas2014-10-271-2/+2
* Provide a quick way to run flake8Matthew Gilliard2014-08-111-4/+24
* Fix run_tests.sh lockutils when run with -dNikola Dipanov2014-02-101-1/+1
* Fix interprocess locks for run_tests.shQiu Yu2013-12-251-1/+1
* Add testr concurrency option for run_tests.shQiu Yu2013-10-161-1/+8
* Merge "emit warning while running flake8 without virtual env"Jenkins2013-09-021-0/+4
|\
| * emit warning while running flake8 without virtual envKui Shi2013-08-231-0/+4
* | Don't need to init testr in run_tests.shKui Shi2013-08-111-7/+0
|/
* Remove unused recreate-db options from run_test.shJoe Gordon2013-07-121-9/+0
* Update run_tests.sh to run flake8 too.Monty Taylor2013-05-191-2/+2
* Merge "Fix run_tests.sh usage of tools/colorizer.py."Jenkins2013-05-141-1/+8
|\
| * Fix run_tests.sh usage of tools/colorizer.py.Clark Boylan2013-05-131-1/+8
* | Transition from openstack.common.setup to pbr.Monty Taylor2013-05-071-0/+4
|/
* Bring back colorizer again with error results.Vishvananda Ishaya2013-03-261-2/+2
* disable colorizer as it swallows failsSean Dague2013-03-231-2/+2
* Bring back sexy colorized test results.Vishvananda Ishaya2013-03-201-2/+2
* Merge "Use a fake coverage module instead of real one."Jenkins2013-02-271-4/+0
|\
| * Use a fake coverage module instead of real one.Vishvananda Ishaya2013-02-201-4/+0
* | Readd run_tests.sh --debug option.Clark Boylan2013-02-231-0/+17
|/
* Make pep8 tests run inside virtualenvHans Lindgren2013-02-161-1/+1
* Merge "relocatable roots doesn't handle testr args/opts"Jenkins2013-02-151-3/+2
|\
| * relocatable roots doesn't handle testr args/optsChet Burgess2013-02-141-3/+2
* | Merge "Harmonize PEP8 checking between tox and run_tests.sh"Jenkins2013-02-151-39/+1
|\ \
| * | Harmonize PEP8 checking between tox and run_tests.shRick Harris2013-02-151-39/+1
| |/
* | Add an update option to run_tests.shMatthew Treinish2013-02-141-0/+7
|/
* Module import style checking changesAttila Fazekas2013-02-131-2/+7
* Merge "support reloctable venv roots in testing framework"Jenkins2013-02-111-30/+59
|\
| * support reloctable venv roots in testing frameworkChet Burgess2013-02-071-30/+59
* | Ensure 'subunit2pyunit' is run in venv from run_tests.shDaniel P. Berrange2013-02-111-1/+1
* | Parse testr output through subunit2pyunit.Monty Taylor2013-02-031-2/+2
|/
* Pass testropts in to setup.py in run_tests.shMonty Taylor2013-01-301-2/+2
* Make sure there are no unused importJoe Gordon2013-01-281-0/+1
* Enable N302: Import modules onlyJoe Gordon2013-01-251-1/+1
* Merge "Fix hacking N302 import only modules"Jenkins2013-01-241-1/+1
|\
| * Fix hacking N302 import only modulesJoe Gordon2013-01-241-1/+1
* | Merge "Generate coverage even if tests failed."Jenkins2013-01-241-7/+7
|\ \
| * | Generate coverage even if tests failed.Robert Collins2013-01-221-7/+7
* | | Skip backup files when running pep8.Robert Collins2013-01-241-1/+1
| |/ |/|
* | Use setup.py testr to run testr in run_tests.sh.Clark Boylan2013-01-211-4/+8
* | Fix nova coverage.Clark Boylan2013-01-211-1/+1
|/
* Fix multi line docstring tests in hacking.pyJoe Gordon2013-01-171-1/+1
* enable hacking.py self testsSean Dague2013-01-141-0/+6
* Merge "make runtests -p act more like tox"Jenkins2013-01-101-4/+10
|\