Skip to content

Commit

Permalink
new(test/libsinsp_e2e): add container cri tests
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
  • Loading branch information
therealbobo committed Jul 13, 2024
1 parent f2664f8 commit 29d6c69
Show file tree
Hide file tree
Showing 17 changed files with 1,728 additions and 7 deletions.
2 changes: 2 additions & 0 deletions test/libsinsp_e2e/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ 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
Expand Down Expand Up @@ -110,3 +111,4 @@ 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)
Loading

0 comments on commit 29d6c69

Please sign in to comment.