mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Include timing analysis file in physim.rhel9 image
Add missing timinig analysis scripts to RHEL9 physim docker image. These files are now copied from the build stage to /oai-ran/openair1/SIMULATION/tests/, where they are expected by ctest. Resolves following issue when running ctest in docker container: CMake Error: Error processing file: /oai-ran/openair1/SIMULATION/tests/RunTimedTest.cmake
This commit is contained in:
@@ -101,4 +101,11 @@ COPY --from=phy-sim-build \
|
||||
/oai-ran/cmake_targets/ran_build/build/openair1/SIMULATION/tests/CTestTestfile.cmake \
|
||||
/opt/oai-physim/
|
||||
|
||||
RUN mkdir -p /oai-ran/openair1/SIMULATION/tests
|
||||
|
||||
COPY --from=phy-sim-build \
|
||||
/oai-ran/openair1/SIMULATION/tests/RunTimedTest.cmake \
|
||||
/oai-ran/openair1/SIMULATION/tests/analyze-timing.sh \
|
||||
/oai-ran/openair1/SIMULATION/tests/
|
||||
|
||||
#CMD ["sleep", "infinity"]
|
||||
|
||||
Reference in New Issue
Block a user