]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/librbd: drop 'ceph_test_librbd_api' target 28091/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 19 Apr 2019 18:15:49 +0000 (14:15 -0400)
committerPrashant D <pdhange@redhat.com>
Mon, 13 May 2019 23:57:07 +0000 (19:57 -0400)
This was used for API backwards compatibility testing, but now that
the C++ API will not remain stable, it serves no purpose.

Fixes: http://tracker.ceph.com/issues/39072
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 5b0a611a48bffb4d11d5a1cda21c5eaefb3576fb)

qa/workunits/rbd/test_librbd_api.sh [deleted file]
src/test/librbd/CMakeLists.txt

diff --git a/qa/workunits/rbd/test_librbd_api.sh b/qa/workunits/rbd/test_librbd_api.sh
deleted file mode 100755 (executable)
index 975144b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh -e
-
-ceph_test_librbd_api
-exit 0
index 2bf6723c40ec043fcf37de110ebccc87c45d7c32..4738cb98229a54f119394a5622c45f8701b0274d 100644 (file)
@@ -145,19 +145,6 @@ target_link_libraries(ceph_test_librbd
   radostest)
 target_compile_definitions(ceph_test_librbd PRIVATE "TEST_LIBRBD_INTERNALS")
 
-add_executable(ceph_test_librbd_api
-  test_support.cc
-  test_librbd.cc
-  test_main.cc
-  $<TARGET_OBJECTS:common_texttable_obj>)
-target_link_libraries(ceph_test_librbd_api
-  ceph-common
-  radostest
-  radostest-cxx
-  librbd
-  librados
-  ${UNITTEST_LIBS})
-
 add_executable(ceph_test_librbd_fsx
   fsx.cc
   $<TARGET_OBJECTS:common_texttable_obj>
@@ -182,5 +169,4 @@ install(TARGETS
 
 install(TARGETS
   ceph_test_librbd
-  ceph_test_librbd_api
   DESTINATION ${CMAKE_INSTALL_BINDIR})