-
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
FW update test #8487
FW update test #8487
Conversation
import pyrealsense2 as rs, sys, os, subprocess, re | ||
from rspy import devices, log, test | ||
|
||
def filesin( root ): |
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.
Can't we separate these into another module in rspy
?
#log.d(leaf) | ||
yield leaf | ||
|
||
def get_bundled_fw_version( product_line ): |
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.
Same with this:
Can we create a repo
module that would automatically look for the LRS repo root and then would have a function to get the FW version for a product line?
No description provided.