Skip to content

Commit 204c346

Browse files
committed
Test that opencl-devel is available (jsc#PED-7838)
1 parent 3d0271c commit 204c346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_repository.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def test_codestream_lifecycle(container_per_test):
234234
"uuidd", # reported as missing by ironbank user
235235
"java-11-openjdk-headless", # provide java11 until 2026-12-31 see jsc#PED-9926/jsc#NVSHAS-8819
236236
"libboost_program_options1_66_0", # bsc#1229894
237+
"libOpenCL1", # PED-7838
237238
],
238239
)
239240
@pytest.mark.parametrize("container_per_test", [BASE_CONTAINER], indirect=True)

0 commit comments

Comments
 (0)