-
Notifications
You must be signed in to change notification settings - Fork 4.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
add test-dds-adapter-depth test #13605
base: development
Are you sure you want to change the base?
Conversation
I am not sure |
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.
Thought about it, we have a live/tools
unit test folder. I think the adapter test should be there. Maybe under an internal dds
folder
It's librealsense, with everything that it has, plus some additions for unit-testing (but not for dds). Has nothing to do with dds. |
I don't agree: everything for dds should be under dds. The 'live' folder is not always right, and using it to group things does not always make sense. That's why we have If you insist, I'll change. |
This test should fail if no USB camera is attached. How is it marked to run only with live cameras now? |
|
Not sure you saw this... I got no email... |
OK if |
Good catch. |
Did a test run, build time increase from 36 [m] to 45[m] 1 thing I am not sure from the code is if dds on will run only non live test or both live and not live? |
I will make it so that, on nightly only, LibCI will compile DDS. This will be a configuration in Jenkins. |
Adds basic streaming test for rs-dds-adapter.
Moved the
librs
library from dds-specific code torspy
, so other tests can use it.Tracked on [LRS-1217]