-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make DiscoveryServer servers' guid prefix optional (#467)
* Remove non-mandatory guid-prefix from discovery server blackbox tests Signed-off-by: Juan Lopez Fernandez <[email protected]> * Raise YAML reader version Signed-off-by: Juan Lopez Fernandez <[email protected]> * Remove non-required guid-prefix from DiscoveryServer Docker tests Signed-off-by: Juan Lopez Fernandez <[email protected]> * Update documentation: version section Signed-off-by: Juan Lopez Fernandez <[email protected]> * Update documentation and examples: guid-less discovery server Signed-off-by: Juan Lopez Fernandez <[email protected]> * Update missing v4 -> v5 Signed-off-by: Juan Lopez Fernandez <[email protected]> --------- Signed-off-by: Juan Lopez Fernandez <[email protected]>
- Loading branch information
1 parent
2eb0bf5
commit ff7ff53
Showing
153 changed files
with
263 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
xml: | ||
raw: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
xml: | ||
raw: | | ||
|
4 changes: 1 addition & 3 deletions
4
ddsrouter_test/compose/test_cases/discovery_server/ddsrouter_cloud_discovery.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/discovery_trigger/any/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
- name: Local_80 | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/discovery_trigger/none/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
- name: Local_80 | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/discovery_trigger/reader/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
- name: Local_80 | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/discovery_trigger/writer/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
- name: Local_80 | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/forwarding_routes/basic_route/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
|
||
participants: | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/forwarding_routes/parallel_routes/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
|
||
participants: | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/forwarding_routes/repeater/ddsrouter_cloud.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/forwarding_routes/repeater/ddsrouter_edge_1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/forwarding_routes/repeater/ddsrouter_edge_2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/forwarding_routes/topic_routes/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
|
||
participants: | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/frequency/downsampling/participant/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
|
||
participants: | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/frequency/downsampling/specs/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
|
||
participants: | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/frequency/max-rx-rate/participant/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
|
||
participants: | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/frequency/max-rx-rate/specs/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
|
||
participants: | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/frequency/max-tx-rate/participant/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
|
||
participants: | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/frequency/max-tx-rate/specs/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
|
||
participants: | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/manual_topics/generic/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
topics: | ||
- name: topic_0 | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/manual_topics/participants/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
topics: | ||
- name: topic_0 | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/manual_topics/precedence/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
topics: | ||
- name: topic_0 | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/remove_unused_entities/disconnect/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...uter_test/compose/test_cases/remove_unused_entities/disconnect_wan/ddsrouter_cloud_0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...uter_test/compose/test_cases/remove_unused_entities/disconnect_wan/ddsrouter_cloud_1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...outer_test/compose/test_cases/remove_unused_entities/disconnect_wan/ddsrouter_edge_0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...outer_test/compose/test_cases/remove_unused_entities/disconnect_wan/ddsrouter_edge_1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/remove_unused_entities/persist_diff_domain/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/remove_unused_entities/persist_same_domain/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/remove_unused_entities/reconnect/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...outer_test/compose/test_cases/remove_unused_entities/reconnect_wan/ddsrouter_cloud_0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...outer_test/compose/test_cases/remove_unused_entities/reconnect_wan/ddsrouter_cloud_1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/remove_unused_entities/reconnect_wan/ddsrouter_edge_0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/remove_unused_entities/reconnect_wan/ddsrouter_edge_1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/repeater/ddsrouter_cloud.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/repeater/ddsrouter_edge_1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/repeater/ddsrouter_edge_2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/repeater_tcp/ddsrouter_cloud.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/repeater_tcp/ddsrouter_edge_1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/repeater_tcp/ddsrouter_edge_2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/rpc/ros2_services_cloud/ddsrouter_cloud.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
allowlist: | ||
- name: "*addition_service*" | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/rpc/ros2_services_cloud/ddsrouter_edge_1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
allowlist: | ||
- name: "*addition_service*" | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/rpc/ros2_services_cloud/ddsrouter_edge_2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/rpc/ros2_services_correct_target/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/rpc/ros2_services_repeater/ddsrouter_cloud_repeater.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/rpc/ros2_services_repeater/ddsrouter_edge_1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/rpc/ros2_services_repeater/ddsrouter_edge_2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...t/compose/test_cases/rpc/ros2_services_repeater_with_talker/ddsrouter_cloud_repeater.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...uter_test/compose/test_cases/rpc/ros2_services_repeater_with_talker/ddsrouter_edge_1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...uter_test/compose/test_cases/rpc/ros2_services_repeater_with_talker/ddsrouter_edge_2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/rpc/ros2_services_simple/ddsrouter_1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/rpc/ros2_services_simple/ddsrouter_2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/rpc/ros2_services_trivial/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/rpc/ros2_services_trivial_multiple/ddsrouter_1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/rpc/ros2_services_trivial_multiple/ddsrouter_2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
participants: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/security/backdoor/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
xml: | ||
files: | ||
|
2 changes: 1 addition & 1 deletion
2
ddsrouter_test/compose/test_cases/security/backdoor_dds/ddsrouter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v4.0 | ||
version: v5.0 | ||
|
||
xml: | ||
files: | ||
|
Oops, something went wrong.