Skip to content
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

Merged

Conversation

PrasRsRos
Copy link
Contributor

Update the test infra

PrasRsRos and others added 30 commits March 30, 2023 18:46
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
@@ -3,12 +3,14 @@ matrix:
include:
- dist: bionic
- dist: focal
- dist: jammy
Copy link
Collaborator

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 ?

Copy link
Contributor Author

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.

@SamerKhshiboun
Copy link
Collaborator

Hi @PrasRsRos,

Please review/answer two comments/questions on this PR.
Great work! waiting for GitHub actions to finish.

@Nir-Az, you can merge after Prasanth answers the questions and GHA success. I think you can squash commits before merging right ?

@Nir-Az Nir-Az merged commit f316b43 into IntelRealSense:ros2-development Jul 25, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants