diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-05-30 23:45:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-05-30 23:45:26 +0000 |
| commit | fd06062905c2ab51b847632e5658d6439e896834 (patch) | |
| tree | ae78af5a1fc7626f84182a015f154d7aaef66d87 | |
| parent | 1c4a1f50eb47bf7c909276f1f1211d8523c9c949 (diff) | |
| parent | e79356b86adb5679c58ac6afd2cc6af7606bf50d (diff) | |
Merge "Run coverage tests via xcover for jenkins."
| -rw-r--r-- | tox.ini | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -15,8 +15,8 @@ downloadcache = ~/cache/pip deps = pep8==1.1 commands = /bin/bash run_tests.sh -N --pep8 -[testenv:coverage] -commands = /bin/bash run_tests.sh -N -P --coverage +[testenv:cover] +commands = /bin/bash run_tests.sh -N -P --cover-package=nova --cover-erase --with-xcoverage [testenv:venv] commands = {posargs} @@ -30,8 +30,7 @@ basepython = python2.7 deps = file://{toxinidir}/.cache.bundle [testenv:jenkinscover] -deps = file://{toxinidir}/.cache.bundle -commands = /bin/bash run_tests.sh -N --coverage +commands = /bin/bash run_tests.sh -N -P --cover-package=nova --cover-erase --with-xcoverage [testenv:jenkinsvenv] deps = file://{toxinidir}/.cache.bundle |
