mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
- remove test_multipath and test_noise from ChanelSim tests of RAN-Channel-Simulation pipeline - will be executed together with the other CUDA-enabled unit tests
24 lines
641 B
XML
24 lines
641 B
XML
<!-- SPDX-License-Identifier: LicenseRef-CSSL-1.0 -->
|
|
|
|
<testCaseList>
|
|
<htmlTabRef>build-run-test-gh-tab</htmlTabRef>
|
|
<htmlTabName>Build and Run Unit Tests with CUDA</htmlTabName>
|
|
<htmlTabIcon>wrench</htmlTabIcon>
|
|
|
|
<testCase>
|
|
<class>Create_Workspace</class>
|
|
<desc>Create new Workspace</desc>
|
|
<node>localhost</node>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Build_Run_Tests</class>
|
|
<desc>Build and Run UnitTests</desc>
|
|
<dockerfile>docker/Dockerfile.unittest.cuda.ubuntu</dockerfile>
|
|
<runtime-opt>--gpus all</runtime-opt>
|
|
<ctest-opt>-L cuda</ctest-opt>
|
|
<node>localhost</node>
|
|
</testCase>
|
|
|
|
</testCaseList>
|