Enable JUnit test output for deeper integration with Jenkins

We also enable XML output for coverage reports.

Change-Id: Ide5057f089f7b6271910be042b510d3b4e149a31
Signed-off-by: Peter Portante <peter.portante@redhat.com>
Reviewed-on: http://review.gluster.org/4984
Reviewed-by: Peter Portante <pportant@redhat.com>
Tested-by: Peter Portante <pportant@redhat.com>
This commit is contained in:
Peter Portante 2013-05-10 23:06:35 -04:00 committed by Peter Portante
parent ec8f90d98b
commit dc35ead3b2
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,6 @@
.tox
gluster_swift.egg-info
test/unit/.coverage
test/unit/nosetests.xml
test/unit/coverage.xml
build

View File

@ -13,7 +13,7 @@ deps =
https://launchpad.net/swift/grizzly/1.8.0/+download/swift-1.8.0.tar.gz
-r{toxinidir}/tools/test-requires
changedir = {toxinidir}/test/unit
commands = nosetests -v --exe --with-coverage --cover-package gluster --cover-erase {posargs}
commands = nosetests -v --exe --with-xunit --with-coverage --cover-package gluster --cover-erase --cover-xml {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip