summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-05-21 14:40:18 -0400
committerMonty Taylor <mordred@inaugust.com>2012-05-21 16:46:25 -0400
commit50792c2ff41fdc7e73b3e3c51f4510366debfd14 (patch)
tree405c637704bc07aa675982354bde6c10a275dd09 /setup.cfg
parentfe23db33801fa72665e480534d070ddae4a9c451 (diff)
downloadcinder-50792c2ff41fdc7e73b3e3c51f4510366debfd14.tar.gz
Fix up coverage and jenkins test running.
The docs job wasn't working because of an un-renamed file. Coverage wasn't running in jenkins with the xml output file. Remove the .cache.bundle support that we're moving away from. Change-Id: I1140baa53dee8b14ac4d1f8549425a0fdd7a8425
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 3 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 4ecc13d9c..3f72e16c7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,10 +23,8 @@ mapping_file = babel.cfg
output_file = cinder/locale/cinder.pot
[nosetests]
+cover-package = cinder
+cover-erase = true
+cover-inclusive = true
verbosity=2
detailed-errors=1
-with-openstack=1
-openstack-red=0.05
-openstack-yellow=0.025
-openstack-show-elapsed=1
-openstack-color=1