Skip to content

ros2/system_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

092bfca · Mar 19, 2025
Nov 28, 2024
Feb 2, 2025
Feb 2, 2025
Mar 19, 2025
Mar 11, 2025
Mar 4, 2025
Feb 2, 2025
Jun 23, 2016
Mar 20, 2019
May 1, 2015
Aug 30, 2018
Jun 23, 2020

Repository files navigation

System Tests

New system tests may be added when new functionality needs to be tested using the complete ROS 2 core. Before contributing new system tests please discuss the tests you would like to add with the ROS 2 team. If you're implementing new features that may benefit from additional system tests you can ask the reviewers of your pull requests whether system tests are desired. If you would like to add system tests for existing features please open an issue explaining the proposed tests and rationale so it can be reviewed before you start work.

When implementing additional system tests on you could start by using existing tests as a template.

In the test_rclcpp package there is a test of a node with a single service. This test includes a server executable and a client executable. The server executable is a "plain" ROS 2 node implementing a service and the client executable contains GTEST macros testing functionality. These are included in the build from this stanza of CMakeLists.txt and added to this macro of tests to be run for each rmw implementation.