]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: move librbd valgrind test to teuthology
authorJason Dillaman <dillaman@redhat.com>
Mon, 22 Jun 2015 18:39:01 +0000 (14:39 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 22 Jun 2015 18:39:01 +0000 (14:39 -0400)
This test can take up to 20 minutes to execute, which is an order of
magnitude longer than other unit tests.  This is slowing down the
build bots.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/Makefile-client.am

index c56f89240dbf3f6131c12adb8043ea9cb7ae3ffd..eed15b1a4f23834f0a8f51f5a8b0de2e0dfc06a0 100644 (file)
@@ -320,10 +320,6 @@ unittest_librbd_LDADD = \
 check_PROGRAMS += unittest_librbd
 check_SCRIPTS += test/run-rbd-unit-tests.sh
 
-if VALGRIND_ENABLED
-check_SCRIPTS += test/run-rbd-valgrind-unit-tests.sh
-endif
-
 ceph_test_librbd_SOURCES = \
         test/librbd/test_main.cc
 ceph_test_librbd_CXXFLAGS = $(UNITTEST_CXXFLAGS) -DTEST_LIBRBD_INTERNALS