Skip to content

Commit

Permalink
PR #13677 from OhadMeir: Enable DDS unit test retries in LibCI
Browse files Browse the repository at this point in the history
  • Loading branch information
OhadMeir authored Jan 12, 2025
2 parents b7ae310 + 7c71487 commit 5f6a4da
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion unit-tests/dds/test-control-reply.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-device-discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-device-init.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-librs-connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-librs-device-properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-librs-extrinsics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-librs-formats-conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-librs-intrinsics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-librs-options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-md-syncer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-participant.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-query-option.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/dds/test-streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f6a4da

Please sign in to comment.