8000 fix/skip tests for MIPI cam by SamerKhshiboun · Pull Request #10592 · IntelRealSense/librealsense · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix/skip tests for MIPI cam #10592

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

Merged
merged 13 commits into from
Jun 16, 2022

Conversation

SamerKhshiboun
Copy link
Contributor
  • Added option "!" to tests infrastructure to skip/ignore specific devices in the unit test run
    • e.g. #test:device each(D400*) !D457
  • Fix / Skip specific tests for the D4XX MIPI CAM in order to pass LibCI

@SamerKhshiboun SamerKhshiboun requested a review from maloel June 14, 2022 10:29
@ev-mp ev-mp changed the title fix/skip tests for D457 mipi cam fix/skip tests for MIPI cam Jun 15, 2022
ignored_list_as_str = " ".join(ignored_products)
if name not in ignored_list_as_str:
for device in _device_by_sn.values():
if device.name.find( name ) >= 0:
8000 Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

device.name may be Null. Please check it (as the original code does).

@maloel maloel merged commit 74a432b into IntelRealSense:D4XX_MIPI Jun 16, 2022
@SamerKhshiboun SamerKhshiboun deleted the d457_unit_tests_fix branch December 14, 2022 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0