You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-D- discovering Acroname modules ...
-D- ... Model: 19 LinkType: USB(serial: F112637D)
-D- ... port 6: 009423050073 <pyrealsense2.device: D435I (S/N: 036522070660 FW: 5.15.0.2 UNLOCKED on USB3.2)>
-D- ... port 0: 151223063973 <pyrealsense2.device: D455 (S/N: 213522254158 FW: 5.15.1 UNLOCKED on USB3.2)>
Running run-unit-tests ... --device 151223063973 will run only on the D455.
Likewise, run-unit-tests ... --device D435 will run only on the D435I.
Can use product line, too: --device 'D400*'
Any tests that need devices other than the specified --device will not fail the run like they do if those devices do not exist.
We need all cameras connected?
Our main issue is that we want it to run even if we don't have cameras that we don't want to run on.
i.e.
Acroname with only D455, and I wish to run only D455 / D400* tests
Is that possible?
We need all cameras connected? Our main issue is that we want it to run even if we don't have cameras that we don't want to run on. i.e. Acroname with only D455, and I wish to run only D455 / D400* tests Is that possible?
Don't understand.
It'll run same as before, but ignore any cameras you don't specify. I think it's what you mean?
Call me.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
E.g., with two devices:
Running
run-unit-tests ... --device 151223063973will run only on the D455.Likewise,
run-unit-tests ... --device D435will run only on the D435I.Can use product line, too:
--device 'D400*'Any tests that need devices other than the specified --device will not fail the run like they do if those devices do not exist.
Tracked on [LRS-974]