-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration test template #2726
Integration test template #2726
Conversation
To run them: colcon build . install/setup.bash export ROSBAG_DIR_PATH=<records dir> colcon test --packages-select realsense2_camera --event-handlers console_direct+ colcon test-result --all --test-result-base build/realsense2_camera/test_results/ --verbose To run using pytest: pytest-3 -s realsense2_camera/test/pytest_integration_test_template.py
Check the records
…Ros/realsense-ros into integration_test_template
…Ros/realsense-ros into integration_test_template
No need of downloading rosbag files, tests download the files
@@ -3,12 +3,14 @@ matrix: | |||
include: | |||
- dist: bionic | |||
- dist: focal | |||
- dist: jammy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this file in use anywhere ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SamerKhshiboun, I am not aware of any usage of it in the repo. May be, we can check if it's used in the dailies/weeklies? If not, we can remove this.
Hi @PrasRsRos, Please review/answer two comments/questions on this PR. @Nir-Az, you can merge after Prasanth answers the questions and GHA success. I think you can squash commits before merging right ? |
Update the test infra