summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/functional_tests.sh6
-rwxr-xr-xtools/gswauth_functional_tests.sh6
-rwxr-xr-xtools/keystone_functional_tests.sh6
-rwxr-xr-xtools/swkrbath_functional_tests.sh6
4 files changed, 0 insertions, 24 deletions
diff --git a/tools/functional_tests.sh b/tools/functional_tests.sh
index 68b524f..94d5d9b 100755
--- a/tools/functional_tests.sh
+++ b/tools/functional_tests.sh
@@ -78,12 +78,6 @@ nosetests -v --exe \
--with-html-output \
--html-out-file functional_tests/gluster-swift-generic-functional-result.html \
test/functional || fail "Functional tests failed"
-nosetests -v --exe \
- --with-xunit \
- --xunit-file functional_tests/gluster-swift-functionalnosetests-TC-report.xml \
- --with-html-output \
- --html-out-file functional_tests/gluster-swift-functionalnosetests-result.html \
- test/functionalnosetests || fail "Functional-nose tests failed"
cleanup
exit 0
diff --git a/tools/gswauth_functional_tests.sh b/tools/gswauth_functional_tests.sh
index 5e4b31a..dbe2248 100755
--- a/tools/gswauth_functional_tests.sh
+++ b/tools/gswauth_functional_tests.sh
@@ -70,12 +70,6 @@ run_generic_tests()
--with-html-output \
--html-out-file functional_tests/gluster-swift-gswauth-generic-functional-result.html \
test/functional || fail "Functional tests failed"
- nosetests -v --exe \
- --with-xunit \
- --xunit-file functional_tests/gluster-swift-gswauth-functionalnosetests-TC-report.xml \
- --with-html-output \
- --html-out-file functional_tests/gluster-swift-gswauth-functionalnosetests-result.html \
- test/functionalnosetests || fail "Functional-nose tests failed"
}
### MAIN ###
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
diff --git a/tools/swkrbath_functional_tests.sh b/tools/swkrbath_functional_tests.sh
index 7abfd18..9995f1d 100755
--- a/tools/swkrbath_functional_tests.sh
+++ b/tools/swkrbath_functional_tests.sh
@@ -91,12 +91,6 @@ nosetests -v --exe \
--with-html-output \
--html-out-file functional_tests/gluster-swift-swiftkerbauth-generic-functional-result.html \
test/functional_auth/swiftkerbauth || fail "Functional tests failed"
-#nosetests -v --exe \
-# --with-xunit \
-# --xunit-file functional_tests/gluster-swift-swiftkerbauth-functionalnosetests-TC-report.xml \
-# --with-html-output \
-# --html-out-file functional_tests/gluster-swift-swiftkerbauth-functionalnosetests-result.html \
-# test/functional || fail "Functional-nose tests failed"
cleanup
exit 0