Skip to content

Commit

Permalink
Refs #20629: Move ServerClientEnvironment tests to unittests & fix di…
Browse files Browse the repository at this point in the history
…scovery of TST

Signed-off-by: cferreiragonz <[email protected]>
  • Loading branch information
cferreiragonz committed Jun 27, 2024
1 parent d1113c3 commit 09e9f9a
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 449 deletions.
7 changes: 1 addition & 6 deletions test/blackbox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ if(NOT LibP11_FOUND)
set(pkcs_filter "*pkcs*")
endif() # LibP11_FOUND

if(EPROSIMA_TEST_DNS_NOT_SET_UP)
set(dns_filter "*ServerClientEnvironmentSetUpDNS*")
endif()

string(JOIN ":" BLACKBOX_HIGH_LEVEL_IGNORED_TESTS ${pkcs_filter} ${dns_filter})
string(JOIN ":" BLACKBOX_HIGH_LEVEL_IGNORED_TESTS ${pkcs_filter})
if(NOT BLACKBOX_HIGH_LEVEL_IGNORED_TESTS STREQUAL "")
message(STATUS "Ignoring tests '${BLACKBOX_HIGH_LEVEL_IGNORED_TESTS}'")
string(PREPEND BLACKBOX_HIGH_LEVEL_IGNORED_TESTS "-")
Expand Down Expand Up @@ -245,5 +241,4 @@ set_property(DIRECTORY APPEND PROPERTY
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/environment_file.json
${CMAKE_CURRENT_BINARY_DIR}/environment_file.json COPYONLY)

unset(dns_filter)
unset(pkcs_filter)
Loading

0 comments on commit 09e9f9a

Please sign in to comment.