Skip to content

Commit

Permalink
Migrate communication tests (#4290)
Browse files Browse the repository at this point in the history
* Refs #20391: Migrate liveliness tests

Signed-off-by: elianalf <[email protected]>

* Refs #20391: Migrate security tests

Signed-off-by: elianalf <[email protected]>

* Refs #20391: Migrate SHM tests

Signed-off-by: elianalf <[email protected]>

* Refs #20391: Update pub and sub names

Signed-off-by: elianalf <[email protected]>

* Refs #20391: Update security participant topic

Signed-off-by: elianalf <[email protected]>

* Refs #20391: Migrate Two publishers tests

Signed-off-by: elianalf <[email protected]>

* Refs #20391: Remove old communication test folder

Signed-off-by: elianalf <[email protected]>

* Refs #20391: Update versions.md file

Signed-off-by: elianalf <[email protected]>

* Refs #20391: Migrate Pub/Sub Main in security folder

Signed-off-by: elianalf <[email protected]>

* Refs #20391: fix build issues

Signed-off-by: elianalf <[email protected]>

---------

Signed-off-by: elianalf <[email protected]>
  • Loading branch information
elianalf authored Mar 5, 2024
1 parent 043dd77 commit 5bf8326
Show file tree
Hide file tree
Showing 65 changed files with 1,466 additions and 1,614 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ if(EPROSIMA_BUILD_TESTS)
include(${PROJECT_SOURCE_DIR}/cmake/testing/GoogleTest.cmake)

add_subdirectory(blackbox)
add_subdirectory(communication)
add_subdirectory(unittest)
add_subdirectory(xtypes)
add_subdirectory(dds/communication)
add_subdirectory(dds/communication/security)
add_subdirectory(dds/discovery)

if(UNIX AND NOT APPLE AND STRICT_REALTIME)
Expand Down
653 changes: 0 additions & 653 deletions test/communication/CMakeLists.txt

This file was deleted.

122 changes: 0 additions & 122 deletions test/communication/PubSubMain.cpp

This file was deleted.

183 changes: 0 additions & 183 deletions test/communication/Publisher.cpp

This file was deleted.

Loading

0 comments on commit 5bf8326

Please sign in to comment.