diff --git a/unit-tests/debug_protocol/test-build-command.py b/unit-tests/live/debug_protocol/test-build-command.py similarity index 92% rename from unit-tests/debug_protocol/test-build-command.py rename to unit-tests/live/debug_protocol/test-build-command.py index 9b450f52c2..9ff745401c 100644 --- a/unit-tests/debug_protocol/test-build-command.py +++ b/unit-tests/live/debug_protocol/test-build-command.py @@ -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 diff --git a/unit-tests/test-fw-update.py b/unit-tests/test-fw-update.py index 48d5acc0de..73b7a6bd02 100644 --- a/unit-tests/test-fw-update.py +++ b/unit-tests/test-fw-update.py @@ -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+)' ): """