forked from eProsima/Fast-DDS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UDPv6 refactor and tests (eProsima#1969)
* Refs #11278: remove obsolete UDPv4 test Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11278: remove obsolete UDPv6 test. Uncomment and fix send tests Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11278: fix IPv6 whitelisting and default multicast address Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11278: fix blackbox tests to use IPv6 Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11278: fix typo Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11278: refactor UDPv6 transport. Fix issue with IPv6 scoped address Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11278: add Whitelist IPv6 tests to Blackbox Network Configuration Tests Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11278: add whitelist test to UDPv6 unit tests Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11278: linters Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11617: fix blackbox infraestructure to use UDPv6 Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11617: duplicate TransportUDP tests to run also UDPv6 Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11617: duplicate NetworkConf tests to run also UDPv6 Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11617: remove unnecessary (and false) comment Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11617: add tests to UDPv6 unit tests Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11617: linters Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #11617: fix Windows warnings Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * [11278] Fixing transport to fail gracefully if statistics submessage cannot be allocated * [11278] Extending test to handle statistics transport peculiarities * [11278] Making the transport tests DDS agnostics again. Now transports ignore any statistics management if the buffer is not properly formatted. * [11278] Fixing UDPv6 tranport test locator settings. * [11278] Master Rebase conflicts Co-authored-by: Miguel Barro <[email protected]>
- Loading branch information
1 parent
56f9107
commit 65f2c66
Showing
16 changed files
with
1,233 additions
and
398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.