summaryrefslogtreecommitdiffstats
path: root/tools/functional_tests.sh
diff options
context:
space:
mode:
authorPushpesh Sharma <psharma@redhat.com>2014-04-21 18:04:39 +0530
committerChetan Risbud <crisbud@redhat.com>2014-04-27 22:09:18 -0700
commit6f4a88cbcd6389af4baebe7759b773de2cd856c7 (patch)
tree26abbb86e9a0962e6de167020570aaf66340c60f /tools/functional_tests.sh
parent404fcd815c4abe00742531bf19a5224c0fe45b36 (diff)
Removing functionalnosetests
With the Icehouse release of openstack-swift functional case classified as fucntionalnose tests have been moved to functional cases.Although we copied test suites from test/fucntionalnose/ to test/functional/ but we still have same cases under test/functionalnose.This might cause duplicate tests run. Change-Id: I025206467aad364debd9050b3186e1379d89ffaf Signed-off-by: Pushpesh Sharma <psharma@redhat.com> Reviewed-on: http://review.gluster.org/7516 Reviewed-by: Prashanth Pai <ppai@redhat.com> Tested-by: Prashanth Pai <ppai@redhat.com> Reviewed-by: Chetan Risbud <crisbud@redhat.com> Reviewed-by: Thiago da Silva <thiago@redhat.com>
Diffstat (limited to 'tools/functional_tests.sh')
-rwxr-xr-xtools/functional_tests.sh6
1 files changed, 0 insertions, 6 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