Test the basic functionality of the ros2cli package family in an environment where nodes are running on other machines on the network.
Setup
- Rmw: Connext
- BuildType: Binary
- Chip: Amd64
- Os: Windows
Links
Checks
You can find the code used to generate this test case here
Test the basic functionality of the ros2cli package family in an environment where nodes are running on other machines on the network.
Setup
Links
Checks
Node discovery
With another node running, use
ros2 node listto ensure that the expected node is listed. Then stop the node and ensure that the list operation no longer shows the node.Topic discovery
With another node running, use
ros2 topic listto ensure that the expected topics are listed. Then stop the node and ensure that the list operation no longer shows the node's topics.Service discovery
With another node running, use
ros2 service listto ensure that the expected services are listed. Then stop the node and ensure that the list operation no longer shows the node's services.Parameter discovery
With another node running, use
ros2 param listto ensure that the expected parameters are listed. Then stop the node and ensure that the list operation no longer shows the node's parameters.You can find the code used to generate this test case here