-
Notifications
You must be signed in to change notification settings - Fork 15
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
basic test for validating fw version #214
Conversation
c22c0a0
to
22e4d0f
Compare
@Arun-Prasad-V can you please add some running command output screenshot? |
The command line output looks like:
Below is the content of the pytest log generated at /home/nvidia/realsense_mipi_platform_driver/test/logs/D457_full.log:
|
Can we convert decimal value to hex so we can understand what was compared?
|
Printed the FW version in 5.x.x.x format.
Added this check as well in the same test Sample output log:
|
Will the run_ci script output a test fail if this test will fail? I prefer to see something like: |
Updated the script to print test summary. Sample command line output:
Such detailed logs are logged in |
If we can have it on consol it will be great. |
@Nir-Az, updated the script, such that the pytest logs the status on console. It will print the testcase details and give the summary at end. Sample console output:
|
Tracked by LRS-1119