Skip to content

Commit aaa8dc6

Browse files
committed
Refs #20629: Minor fix after rebase
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent d78fd3d commit aaa8dc6

3 files changed

Lines changed: 15 additions & 23 deletions

File tree

test/blackbox/discovery_participants_client_server_profile.xml

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,12 @@
2828
<discovery_config>
2929
<discoveryProtocol>CLIENT</discoveryProtocol>
3030
<discoveryServersList>
31-
<RemoteServer prefix="44.53.00.5f.45.50.52.4f.53.49.4d.41">
32-
<metatrafficUnicastLocatorList>
33-
<locator>
34-
<udpv4>
35-
<address>127.0.0.1</address>
36-
<port>14521</port>
37-
</udpv4>
38-
</locator>
39-
</metatrafficUnicastLocatorList>
40-
</RemoteServer>
31+
<locator>
32+
<udpv4>
33+
<address>127.0.0.1</address>
34+
<port>14521</port>
35+
</udpv4>
36+
</locator>
4137
</discoveryServersList>
4238
</discovery_config>
4339
</builtin>
@@ -51,16 +47,12 @@
5147
<discovery_config>
5248
<discoveryProtocol>CLIENT</discoveryProtocol>
5349
<discoveryServersList>
54-
<RemoteServer prefix="44.53.00.5f.45.50.52.4f.53.49.4d.41">
55-
<metatrafficUnicastLocatorList>
56-
<locator>
57-
<udpv4>
58-
<address>127.0.0.1</address>
59-
<port>14521</port>
60-
</udpv4>
61-
</locator>
62-
</metatrafficUnicastLocatorList>
63-
</RemoteServer>
50+
<locator>
51+
<udpv4>
52+
<address>127.0.0.1</address>
53+
<port>14521</port>
54+
</udpv4>
55+
</locator>
6456
</discoveryServersList>
6557
</discovery_config>
6658
</builtin>

test/system/tools/fds/test_xml_secure_discovery_server_profile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<locator>
1313
<udpv4>
1414
<address>127.0.0.1</address>
15-
<port>11811</port>
15+
<port>32823</port>
1616
</udpv4>
1717
</locator>
1818
</metatrafficUnicastLocatorList>

test/system/tools/fds/tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def test_fast_discovery_security_enabled_xml_prefix(fast_discovery_tool):
589589
sys.exit(exit_code)
590590
EXPECTED_OUTPUTS = [
591591
"Security: YES",
592-
"44.53.00.5f.45.50.52.4f.53.49.4d.41",
592+
"UDPv4:[127.0.0.1]:32823",
593593
]
594594
for pattern in EXPECTED_OUTPUTS:
595595
exit_code = check_output(output, err, pattern, False)
@@ -609,7 +609,7 @@ def test_fast_discovery_security_enabled_cli_prefix(fast_discovery_tool):
609609
sys.exit(exit_code)
610610
EXPECTED_OUTPUTS = [
611611
"Security: YES",
612-
"44.53.00.5f.45.50.52.4f.53.49.4d.41",
612+
"UDPv4:[127.0.0.1]:32823",
613613
]
614614
for pattern in EXPECTED_OUTPUTS:
615615
exit_code = check_output(output, err, pattern, False)

0 commit comments

Comments
 (0)