From 4980feb87190065f960af1d38098f63c2693f387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz=20Qu=C3=ADlez?= <33602217+Tempate@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:28:38 +0200 Subject: [PATCH] Remove `secure_wan` test from the list of failing tests (#462) * Remove secure_wan from TEST_XFAIL list Signed-off-by: tempate * Update profile names Signed-off-by: Juan Lopez Fernandez --------- Signed-off-by: tempate Signed-off-by: Juan Lopez Fernandez Co-authored-by: Juan Lopez Fernandez --- ddsrouter_test/compose/TEST_XFAIL.list | 1 - .../compose/test_cases/security/secure_wan/compose.yml | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ddsrouter_test/compose/TEST_XFAIL.list b/ddsrouter_test/compose/TEST_XFAIL.list index 264536138..e69de29bb 100644 --- a/ddsrouter_test/compose/TEST_XFAIL.list +++ b/ddsrouter_test/compose/TEST_XFAIL.list @@ -1 +0,0 @@ -tool.application.ddsrouter.compose.security_secure_wan diff --git a/ddsrouter_test/compose/test_cases/security/secure_wan/compose.yml b/ddsrouter_test/compose/test_cases/security/secure_wan/compose.yml index 82c9d92b2..87fc08039 100644 --- a/ddsrouter_test/compose/test_cases/security/secure_wan/compose.yml +++ b/ddsrouter_test/compose/test_cases/security/secure_wan/compose.yml @@ -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} @@ -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 @@ -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} @@ -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