Skip to content

Commit

Permalink
PR IntelRealSense#10279 from Samer: Fix unit tests related to PR Inte…
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel authored Mar 2, 2022
2 parents 636645b + b56cbe1 commit ea15fcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

0 comments on commit ea15fcd

Please sign in to comment.