Skip to content

Commit 0803df6

Browse files
committed
added gmsl and usb to context
1 parent feb8fa3 commit 0803df6

13 files changed

Lines changed: 39 additions & 12 deletions

unit-tests/live/d400/test-emitter-frequency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# License: Apache 2.0. See LICENSE file in root directory.
22
# Copyright(c) 2022 RealSense, Inc. All Rights Reserved.
33

4-
#test:device:jetson D457
4+
#test:device:jetson gmsl
55
#test:device:!jetson D455
66

77
import pyrealsense2 as rs

unit-tests/live/d400/test-mipi-motion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# License: Apache 2.0. See LICENSE file in root directory.
22
# Copyright(c) 2024 RealSense, Inc. All Rights Reserved.
33

4-
# test:device:jetson D457
4+
# test:device:jetson gmsl
55
# test:donotrun:!jetson
66
# test:retries 3
77

unit-tests/live/frames/test-backend-vs-frame-timestamp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# License: Apache 2.0. See LICENSE file in root directory.
22
# Copyright(c) 2025 RealSense, Inc. All Rights Reserved.
33

4-
# test:device D400* !D457
4+
# test:device D400* !gmsl
55

66
import pyrealsense2 as rs
77
from rspy import test, log

unit-tests/live/frames/test-sensor-vs-frame-timestamp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# License: Apache 2.0. See LICENSE file in root directory.
22
# Copyright(c) 2024 RealSense, Inc. All Rights Reserved.
33

4-
# test:device D400* !D457
4+
# test:device D400* !gmsl
55

66
import pyrealsense2 as rs
77
from rspy import test

unit-tests/live/hdr/test-hdr-configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# License: Apache 2.0. See LICENSE file in root directory.
22
# Copyright(c) 2025 RealSense, Inc. All Rights Reserved.
33

4-
#test:device:jetson D457
4+
#test:device:jetson gmsl
55
#test:device:!jetson D455
66
# test:donotrun:!nightly
77

unit-tests/live/hdr/test-hdr-performance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# License: Apache 2.0. See LICENSE file in root directory.
22
# Copyright(c) 2025 RealSense, Inc. All Rights Reserved.
33

4-
#test:device:jetson D457
4+
#test:device:jetson gmsl
55
#test:device:!jetson D455
66
# test:donotrun:!nightly
77

unit-tests/live/hdr/test-hdr-preset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# License: Apache 2.0. See LICENSE file in root directory.
22
# Copyright(c) 2025 RealSense, Inc. All Rights Reserved.
33

4-
#test:device:jetson D457
4+
#test:device:jetson gmsl
55
#test:device:!jetson D455
66

77
import pyrealsense2 as rs

unit-tests/live/intrinsics/test-motion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# License: Apache 2.0. See LICENSE file in root directory.
22
# Copyright(c) 2023 RealSense, Inc. All Rights Reserved.
33

4-
# test:device:jetson D457
4+
# test:device:jetson gmsl
55
# test:device:!jetson D455
66
# test:device:!jetson each(D500*)
77
# This test check existence motion intrinsic data in accel and gyro profiles.

unit-tests/live/metadata/test-usb-type-found.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# License: Apache 2.0. See LICENSE file in root directory.
22
# Copyright(c) 2023 RealSense, Inc. All Rights Reserved.
33

4-
5-
#test:device each(D400*) !D457
4+
#test:device each(D400*) !gmsl
65
#test:device each(D500*) !D555
76

87

unit-tests/live/options/test-drops-on-set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# License: Apache 2.0. See LICENSE file in root directory.
22
# Copyright(c) 2020 RealSense, Inc. All Rights Reserved.
33

4-
# test:device D400* !D457
4+
# test:device D400* !gmsl
55
# test:device D555
66

77
import platform

0 commit comments

Comments
 (0)