From 3a62d16c6c207c6f27d0e34ead54a308a4a416a7 Mon Sep 17 00:00:00 2001 From: Remi Bettan Date: Tue, 13 Feb 2024 15:16:23 +0200 Subject: [PATCH 1/2] enabling d457 in test --- unit-tests/live/frames/test-pipeline-start-stop.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unit-tests/live/frames/test-pipeline-start-stop.py b/unit-tests/live/frames/test-pipeline-start-stop.py index 897766149f..30557562b6 100644 --- a/unit-tests/live/frames/test-pipeline-start-stop.py +++ b/unit-tests/live/frames/test-pipeline-start-stop.py @@ -1,8 +1,7 @@ # License: Apache 2.0. See LICENSE file in root directory. # Copyright(c) 2023 Intel Corporation. All Rights Reserved. -# Currently, we exclude D457 as it's failing -# test:device each(D400*) !D457 +# test:device each(D400*) import pyrealsense2 as rs from rspy.stopwatch import Stopwatch From 202394b399e0d16595addef0f4d46717ee02c621 Mon Sep 17 00:00:00 2001 From: Remi Bettan Date: Tue, 13 Feb 2024 16:04:48 +0200 Subject: [PATCH 2/2] iterations increased from 2 to 20 --- unit-tests/live/frames/test-pipeline-start-stop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-tests/live/frames/test-pipeline-start-stop.py b/unit-tests/live/frames/test-pipeline-start-stop.py index 30557562b6..8ce035c2ef 100644 --- a/unit-tests/live/frames/test-pipeline-start-stop.py +++ b/unit-tests/live/frames/test-pipeline-start-stop.py @@ -9,7 +9,7 @@ import time # Run multiple start stop of all streams and verify we get a frame for each once -ITERATIONS_COUNT = 2 +ITERATIONS_COUNT = 20 dev = test.find_first_device_or_exit()