Skip to content

Commit

Permalink
test: libci enable live tests for d400 d500 devices
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Perchanov <dmitry.perchanov@intel.com>
  • Loading branch information
dmipx committed Mar 20, 2024
1 parent bdb3443 commit 6f1a296
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion unit-tests/live/tools/test-enumerate-devices.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# License: Apache 2.0. See LICENSE file in root directory.
# Copyright(c) 2024 Intel Corporation. All Rights Reserved.

#test:device each(D400*)
#test:device each(D500*)

import pyrealsense2 as rs
from rspy import log, repo, test
from rspy.stopwatch import Stopwatch

#############################################################################################
#
test.start( "Init" )
test.start( "Run enumerate-devices runtime test" )
rs_enumerate_devices = repo.find_built_exe( 'tools/enumerate-devices', 'rs-enumerate-devices' )
test.check(rs_enumerate_devices)
if rs_enumerate_devices:
Expand Down

0 comments on commit 6f1a296

Please sign in to comment.