Skip to content

Commit 2ff4ac6

Browse files
committed
Refs #20629: Move ServerClientEnvironment tests to unittests & fix discovery of TST
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent 212f2ea commit 2ff4ac6

5 files changed

Lines changed: 533 additions & 449 deletions

File tree

test/blackbox/CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ if(NOT LibP11_FOUND)
4949
set(pkcs_filter "*pkcs*")
5050
endif() # LibP11_FOUND
5151

52-
if(EPROSIMA_TEST_DNS_NOT_SET_UP)
53-
set(dns_filter "*ServerClientEnvironmentSetUpDNS*")
54-
endif()
55-
56-
string(JOIN ":" BLACKBOX_HIGH_LEVEL_IGNORED_TESTS ${pkcs_filter} ${dns_filter})
52+
string(JOIN ":" BLACKBOX_HIGH_LEVEL_IGNORED_TESTS ${pkcs_filter})
5753
if(NOT BLACKBOX_HIGH_LEVEL_IGNORED_TESTS STREQUAL "")
5854
message(STATUS "Ignoring tests '${BLACKBOX_HIGH_LEVEL_IGNORED_TESTS}'")
5955
string(PREPEND BLACKBOX_HIGH_LEVEL_IGNORED_TESTS "-")
@@ -245,5 +241,4 @@ set_property(DIRECTORY APPEND PROPERTY
245241
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/environment_file.json
246242
${CMAKE_CURRENT_BINARY_DIR}/environment_file.json COPYONLY)
247243

248-
unset(dns_filter)
249244
unset(pkcs_filter)

0 commit comments

Comments
 (0)