summaryrefslogtreecommitdiffstats
path: root/tools/keystone_functional_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/keystone_functional_tests.sh')
-rwxr-xr-xtools/keystone_functional_tests.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/keystone_functional_tests.sh b/tools/keystone_functional_tests.sh
index 6acf24a..620bcc7 100755
--- a/tools/keystone_functional_tests.sh
+++ b/tools/keystone_functional_tests.sh
@@ -97,12 +97,6 @@ nosetests -v --exe \
--with-html-output \
--html-out-file functional_tests/gluster-swift-keystone-generic-functional-result.html \
test/functional || fail "Functional tests failed"
-nosetests -v --exe \
- --with-xunit \
- --xunit-file functional_tests/gluster-swift-keystone-functionalnosetests-TC-report.xml \
- --with-html-output \
- --html-out-file functional_tests/gluster-swift-keystone-functionalnosetests-result.html \
- test/functionalnosetests || fail "Functional-nose tests failed"
cleanup
exit 0