Skip to content

Commit 4980feb

Browse files
Remove secure_wan test from the list of failing tests (#462)
* Remove secure_wan from TEST_XFAIL list Signed-off-by: tempate <[email protected]> * Update profile names Signed-off-by: Juan Lopez Fernandez <[email protected]> --------- Signed-off-by: tempate <[email protected]> Signed-off-by: Juan Lopez Fernandez <[email protected]> Co-authored-by: Juan Lopez Fernandez <[email protected]>
1 parent 72f9b43 commit 4980feb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
tool.application.ddsrouter.compose.security_secure_wan

ddsrouter_test/compose/test_cases/security/secure_wan/compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ services:
7070
- ./certs:/certs
7171
environment:
7272
- FASTDDS_DEFAULT_PROFILES_FILE=/configurations/configuration_local0.xml
73-
command: build/fastdds_configuration_example/configuration publisher --interval 100 --samples 90 --profile-participant secure_local_0 --name topic_0
73+
command: build/fastdds_configuration_example/configuration publisher --interval 100 --samples 90 --profile-participant secure_local_pub0 --name topic_0
7474

7575
subscriber_sec_1_0:
7676
image: ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
@@ -83,7 +83,7 @@ services:
8383
- ./certs:/certs
8484
environment:
8585
- FASTDDS_DEFAULT_PROFILES_FILE=/configurations/configuration_local0.xml
86-
command: python3 /scripts/execute_and_validate_subscriber.py --exe build/fastdds_configuration_example/configuration --samples 15 --timeout 12 --args "--samples 15 --name topic_1 --profile-participant secure_local_0"
86+
command: python3 /scripts/execute_and_validate_subscriber.py --exe build/fastdds_configuration_example/configuration --samples 15 --timeout 12 --args "--samples 15 --name topic_1 --profile-participant secure_local_sub0"
8787

8888

8989
# LAN 1
@@ -110,7 +110,7 @@ services:
110110
- ./certs:/certs
111111
environment:
112112
- FASTDDS_DEFAULT_PROFILES_FILE=/configurations/configuration_local1.xml
113-
command: python3 /scripts/execute_and_validate_subscriber.py --exe build/fastdds_configuration_example/configuration --samples 15 --timeout 12 --args "--samples 15 --name topic_0 --profile-participant secure_local_1"
113+
command: python3 /scripts/execute_and_validate_subscriber.py --exe build/fastdds_configuration_example/configuration --samples 15 --timeout 12 --args "--samples 15 --name topic_0 --profile-participant secure_local_sub1"
114114

115115
publisher_sec_1_1:
116116
image: ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
@@ -122,7 +122,7 @@ services:
122122
- ./certs:/certs
123123
environment:
124124
- FASTDDS_DEFAULT_PROFILES_FILE=/configurations/configuration_local1.xml
125-
command: build/fastdds_configuration_example/configuration publisher --interval 100 --samples 90 --profile-participant secure_local_1 --name topic_1
125+
command: build/fastdds_configuration_example/configuration publisher --interval 100 --samples 90 --profile-participant secure_local_pub1 --name topic_1
126126

127127

128128
# LAN 2

0 commit comments

Comments
 (0)