From 6f4a88cbcd6389af4baebe7759b773de2cd856c7 Mon Sep 17 00:00:00 2001 From: Pushpesh Sharma Date: Mon, 21 Apr 2014 18:04:39 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/7516 Reviewed-by: Prashanth Pai Tested-by: Prashanth Pai Reviewed-by: Chetan Risbud Reviewed-by: Thiago da Silva --- tools/keystone_functional_tests.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools/keystone_functional_tests.sh') 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 -- cgit