From 7c71487d287677af33e4d25b644d2b65074e85ce Mon Sep 17 00:00:00 2001 From: ohadmeir Date: Sun, 12 Jan 2025 13:46:12 +0200 Subject: [PATCH] Enable DDS unit test retries in LibCI --- unit-tests/dds/test-control-reply.py | 2 +- unit-tests/dds/test-device-discovery.py | 2 +- unit-tests/dds/test-device-init.py | 2 +- unit-tests/dds/test-librs-connections.py | 2 +- unit-tests/dds/test-librs-device-properties.py | 2 +- unit-tests/dds/test-librs-extrinsics.py | 2 +- unit-tests/dds/test-librs-formats-conversion.py | 2 +- unit-tests/dds/test-librs-intrinsics.py | 2 +- unit-tests/dds/test-librs-options.py | 2 +- unit-tests/dds/test-md-syncer.py | 2 +- unit-tests/dds/test-metadata.py | 2 +- unit-tests/dds/test-options.py | 2 +- unit-tests/dds/test-participant.py | 2 +- unit-tests/dds/test-query-option.py | 2 +- unit-tests/dds/test-streaming.py | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/unit-tests/dds/test-control-reply.py b/unit-tests/dds/test-control-reply.py index be723c3b6d..84c2e29966 100644 --- a/unit-tests/dds/test-control-reply.py +++ b/unit-tests/dds/test-control-reply.py @@ -2,7 +2,7 @@ # Copyright(c) 2023-4 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 from rspy import log, test import pyrealdds as dds diff --git a/unit-tests/dds/test-device-discovery.py b/unit-tests/dds/test-device-discovery.py index 669c12b25a..ed46c1a377 100644 --- a/unit-tests/dds/test-device-discovery.py +++ b/unit-tests/dds/test-device-discovery.py @@ -2,7 +2,7 @@ # Copyright(c) 2024 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 from rspy import log, test import pyrealdds as dds diff --git a/unit-tests/dds/test-device-init.py b/unit-tests/dds/test-device-init.py index fbb4a36e5d..523894a58f 100644 --- a/unit-tests/dds/test-device-init.py +++ b/unit-tests/dds/test-device-init.py @@ -2,7 +2,7 @@ # Copyright(c) 2022 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 import pyrealdds as dds from rspy import log, test diff --git a/unit-tests/dds/test-librs-connections.py b/unit-tests/dds/test-librs-connections.py index 256f53b00c..30458db668 100644 --- a/unit-tests/dds/test-librs-connections.py +++ b/unit-tests/dds/test-librs-connections.py @@ -2,7 +2,7 @@ # Copyright(c) 2022-4 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 from rspy import log, test log.nested = 'C ' diff --git a/unit-tests/dds/test-librs-device-properties.py b/unit-tests/dds/test-librs-device-properties.py index 192bf8e4fe..d83fa6c278 100644 --- a/unit-tests/dds/test-librs-device-properties.py +++ b/unit-tests/dds/test-librs-device-properties.py @@ -2,7 +2,7 @@ # Copyright(c) 2022-4 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 from rspy import log, test log.nested = 'C ' diff --git a/unit-tests/dds/test-librs-extrinsics.py b/unit-tests/dds/test-librs-extrinsics.py index ed3293f293..5da53ea59d 100644 --- a/unit-tests/dds/test-librs-extrinsics.py +++ b/unit-tests/dds/test-librs-extrinsics.py @@ -2,7 +2,7 @@ # Copyright(c) 2022-4 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 from rspy import log, test log.nested = 'C ' diff --git a/unit-tests/dds/test-librs-formats-conversion.py b/unit-tests/dds/test-librs-formats-conversion.py index 81a97e9c02..8104e5df67 100644 --- a/unit-tests/dds/test-librs-formats-conversion.py +++ b/unit-tests/dds/test-librs-formats-conversion.py @@ -2,7 +2,7 @@ # Copyright(c) 2023-4 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 from rspy import log, test from rspy import librs as rs diff --git a/unit-tests/dds/test-librs-intrinsics.py b/unit-tests/dds/test-librs-intrinsics.py index 78aef946fd..02572766be 100644 --- a/unit-tests/dds/test-librs-intrinsics.py +++ b/unit-tests/dds/test-librs-intrinsics.py @@ -2,7 +2,7 @@ # Copyright(c) 2022-4 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 from rspy import log, test diff --git a/unit-tests/dds/test-librs-options.py b/unit-tests/dds/test-librs-options.py index 7c21156ce5..0b3bf82452 100644 --- a/unit-tests/dds/test-librs-options.py +++ b/unit-tests/dds/test-librs-options.py @@ -2,7 +2,7 @@ # Copyright(c) 2024 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 from rspy import log, test with test.remote.fork( nested_indent=None ) as remote: diff --git a/unit-tests/dds/test-md-syncer.py b/unit-tests/dds/test-md-syncer.py index 6846965063..cca6f230ba 100644 --- a/unit-tests/dds/test-md-syncer.py +++ b/unit-tests/dds/test-md-syncer.py @@ -2,7 +2,7 @@ # Copyright(c) 2023 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 import pyrealdds as dds from rspy import log, test diff --git a/unit-tests/dds/test-metadata.py b/unit-tests/dds/test-metadata.py index 75a4b4421e..0d1229b23e 100644 --- a/unit-tests/dds/test-metadata.py +++ b/unit-tests/dds/test-metadata.py @@ -2,7 +2,7 @@ # Copyright(c) 2023-4 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 # We disable under Linux for now, pending feedback from FastDDS team: # Having two participants in the same process ("client" and "librs" below) usually works, but in this case the former diff --git a/unit-tests/dds/test-options.py b/unit-tests/dds/test-options.py index 049a11c12e..3e97aa8ff5 100644 --- a/unit-tests/dds/test-options.py +++ b/unit-tests/dds/test-options.py @@ -2,7 +2,7 @@ # Copyright(c) 2024 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 import pyrealdds as dds from rspy import log, test diff --git a/unit-tests/dds/test-participant.py b/unit-tests/dds/test-participant.py index b43272fd56..3c15dab27d 100644 --- a/unit-tests/dds/test-participant.py +++ b/unit-tests/dds/test-participant.py @@ -2,7 +2,7 @@ # Copyright(c) 2022-4 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 from rspy import log, test import pyrealdds as dds diff --git a/unit-tests/dds/test-query-option.py b/unit-tests/dds/test-query-option.py index 3a726b9100..6cc65dc193 100644 --- a/unit-tests/dds/test-query-option.py +++ b/unit-tests/dds/test-query-option.py @@ -2,7 +2,7 @@ # Copyright(c) 2024 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 from rspy import log, test import pyrealdds as dds diff --git a/unit-tests/dds/test-streaming.py b/unit-tests/dds/test-streaming.py index 0741625d75..bbf140b467 100644 --- a/unit-tests/dds/test-streaming.py +++ b/unit-tests/dds/test-streaming.py @@ -2,7 +2,7 @@ # Copyright(c) 2022 Intel Corporation. All Rights Reserved. #test:donotrun:!dds -#test:retries:gha 2 +#test:retries 2 import pyrealdds as dds from rspy import log, test