Skip to content
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

Fix unit tests related to PR #10261 change #10279

Merged
merged 7 commits into from
Mar 2, 2022
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# License: Apache 2.0. See LICENSE file in root directory.
# Copyright(c) 2022 Intel Corporation. All Rights Reserved.

# test:device D400*

import pyrealsense2 as rs
from rspy import devices, log, test, file, repo

Expand Down
2 changes: 1 addition & 1 deletion unit-tests/test-fw-update.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def reset_update_counter( device ):
else:
log.f( "Incompatible product line:", product_line )

send_hardware_monitor_command( device, cmd )
send_hardware_monitor_command( device, raw_cmd )

def find_image_or_exit( product_name, fw_version_regex = r'(\d+\.){3}(\d+)' ):
"""
Expand Down