Skip to content

Commit

Permalink
Remove secure_wan test from the list of failing tests (#462)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Tempate and juanlofer-eprosima authored Sep 18, 2024
1 parent 72f9b43 commit 4980feb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion ddsrouter_test/compose/TEST_XFAIL.list
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
tool.application.ddsrouter.compose.security_secure_wan
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:
- ./certs:/certs
environment:
- FASTDDS_DEFAULT_PROFILES_FILE=/configurations/configuration_local0.xml
command: build/fastdds_configuration_example/configuration publisher --interval 100 --samples 90 --profile-participant secure_local_0 --name topic_0
command: build/fastdds_configuration_example/configuration publisher --interval 100 --samples 90 --profile-participant secure_local_pub0 --name topic_0

subscriber_sec_1_0:
image: ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
Expand All @@ -83,7 +83,7 @@ services:
- ./certs:/certs
environment:
- FASTDDS_DEFAULT_PROFILES_FILE=/configurations/configuration_local0.xml
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"
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"


# LAN 1
Expand All @@ -110,7 +110,7 @@ services:
- ./certs:/certs
environment:
- FASTDDS_DEFAULT_PROFILES_FILE=/configurations/configuration_local1.xml
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"
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"

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


# LAN 2
Expand Down

0 comments on commit 4980feb

Please sign in to comment.