Skip to content

Commit

Permalink
Update profile names
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
  • Loading branch information
juanlofer-eprosima committed Sep 18, 2024
1 parent 51a94c6 commit b33822e
Showing 1 changed file with 4 additions and 4 deletions.
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 b33822e

Please sign in to comment.