Skip to content

Commit

Permalink
cleanup(test/libsinsp_e2e): dropped container-related libsinsp e2e te…
Browse files Browse the repository at this point in the history
…sts.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Dec 18, 2024
1 parent 71e1180 commit fd54210
Show file tree
Hide file tree
Showing 29 changed files with 1 addition and 2,822 deletions.
7 changes: 0 additions & 7 deletions test/libsinsp_e2e/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ configure_file(
add_executable(
libsinsp_e2e_tests
capture_to_file_test.cpp
container/container.cpp
container/container_cgroup.cpp
container/container_cri.cpp
container/docker_utils.cpp
event_capture.cpp
forking.cpp
fs.cpp
Expand Down Expand Up @@ -99,6 +95,3 @@ execute_process(
COMMAND tar xzf ${CMAKE_CURRENT_BINARY_DIR}/resources/fake-proc.tar.gz
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/resources/
)

add_subdirectory(fake_cri)
add_dependencies(libsinsp_e2e_tests fake_cri)
Loading

0 comments on commit fd54210

Please sign in to comment.