-
Notifications
You must be signed in to change notification settings - Fork 3
[RSDK-11808] - Add unit tests #35
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
Conversation
| if [ "$(TARGET)" = "jetson" ]; then \ | ||
| apt-get -y install libgtest-dev && \ | ||
| apt-get install -y gstreamer1.0-tools && \ | ||
| apt-get install -y gstreamer1.0-tools gstreamer1.0-plugins-good && \ |
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.
Need this to run test piepline on Ubuntu
| workflow_run: | ||
| workflows: ["Build Latest"] | ||
| types: [completed] | ||
| push: |
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.
Small fix here for integration test triggers
| inited = true; | ||
| } | ||
|
|
||
| // Test that the camera can be created with default values |
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.
As a follow up, it would be great to be able to inject pictures and make sure to receive them.
SebastianMunozP
left a comment
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.
LGTM.
Description
Simple unit tests against the
CSICameraclass to sanity check diffs.test_csi_camera.cppto work with latest codeTests
Refs
Gtest Docs