Skip to content

Commit 5b32cf3

Browse files
committed
TO REMOVE. Check send_to_allowed_interface
Signed-off-by: Miguel Company <[email protected]>
1 parent e4c80ed commit 5b32cf3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/config/fastdds_test.meta

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ names:
1111
"--repeat", "until-pass:3",
1212
"--timeout", "300",
1313
"--label-exclude", "xfail"
14+
"-R", "UDPv4Tests.send_to_allowed_interface"
1415
]
1516
googletest-distribution:
1617
cmake-args:

test/unittest/transport/UDPv4Tests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ TEST_F(UDPv4Tests, send_to_allowed_interface)
432432
Locator_t locator;
433433
for (auto& tmpLocator : interfaces)
434434
{
435+
std::cout << "Found interface: " << tmpLocator << std::endl;
435436
if (tmpLocator.kind == LOCATOR_KIND_UDPv4 && IPLocator::toIPv4string(tmpLocator) != "127.0.0.1")
436437
{
437438
locator = tmpLocator;

0 commit comments

Comments
 (0)