Skip to content

CI: Maintenance, fixes, improvements

Jaroslava Fiedlerova requested to merge ci-multi-fixes into develop

Pipelines related changes:

  • RAN-SA-AW2S-CN5G and RAN-SA-OAIUE-CN5G
    • change PLMN to 00102
    • should avoid interference with Aerial pipeline (so we can run in parallel)
    • change frequency to 3450 Mhz - avoid interference with other setups in the lab
    • switch to the newer version of CN - v 2.0.1
  • RAN-SA-B200-Module-SABOX-Container - fix testcase descriptions
  • RAN-LTE-TDD-2x2-Container - adjust radio related parameters to improve channel quality, modify testcase ids to ensure collection of logs from all testcases
  • update RAN-SA-2X2-Module-CN5G config files

CI code related changes:

  • Introduce functions for CN deployment/undeployment on OC.
    • Update of the CN to version 2.0.1 requires different procedures of deployment/undeployment.
    • Compared to the current solution, these modifications should bring reliability increase (checking availability of namespace and undeployment of the CN if needed - not handled properly in current solution) and speedup of deployment/undeployment.
    • OAIUE pipeline takes around 4 min with these modifications (5 min without modifications)
    • AW2S pipeline takes around 9.5 min with these modifications (10.5 min without)
  • Fix of iperf3 BIDIR reporting
Edited by Jaroslava Fiedlerova

Merge request reports