Skip to content

Commit b9bebaf

Browse files
Re-enable Fast-RTPS security tests (#415)
1 parent 20f85e7 commit b9bebaf

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

test_security/CMakeLists.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,9 @@ if(BUILD_TESTING)
271271
# TODO(mikaelarguedas) only Connext and FastRTPS support DDS-Security for now
272272
if(
273273
rmw_implementation STREQUAL "rmw_connext_cpp" OR
274-
rmw_implementation STREQUAL "rmw_connext_dynamic_cpp"
275-
# TODO(clalancette): As of 2020-04-09, Fast-RTPS doesn't support OpenSSL 1.1.1{d,e,f}.
276-
# Since this is the version used in all of our target platforms, security tests can't work.
277-
# Disable the tests until https://github.com/eProsima/Fast-RTPS/issues/1087 is resolved.
278-
# rmw_implementation STREQUAL "rmw_fastrtps_cpp" OR
279-
# rmw_implementation STREQUAL "rmw_fastrtps_dynamic_cpp"
274+
rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" OR
275+
rmw_implementation STREQUAL "rmw_fastrtps_cpp" OR
276+
rmw_implementation STREQUAL "rmw_fastrtps_dynamic_cpp"
280277
)
281278
custom_security_test_c(test_security_nodes_c
282279
"test/test_invalid_secure_node_creation_c.cpp")

0 commit comments

Comments
 (0)