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