1. 30 Jul, 2024 6 commits
  2. 26 Jul, 2024 5 commits
  3. 23 Jul, 2024 4 commits
  4. 22 Jul, 2024 3 commits
  5. 20 Jul, 2024 1 commit
  6. 19 Jul, 2024 17 commits
  7. 18 Jul, 2024 4 commits
    • Jaroslava Fiedlerova's avatar
      Minor fix of Iperf_analyzeV2UDP() · c9a40c46
      Jaroslava Fiedlerova authored
      Don't break after first occurence of status template (interval "0.0- 1.0 sec").
      With this modification we get final result, which is at the last line of log
      (for interval "0.0-30.2 sec").
      c9a40c46
    • Jaroslava Fiedlerova's avatar
      CI: Simplify Iperf_Module() · b790150e
      Jaroslava Fiedlerova authored
      Remove code related to "rfsim4g_enb_fembms" testcase from Iperf_Module() -
      replaced by Iperf2_Unidir(). Use copyin() for both remote and local
      commands - no need to check if running on localhost anymore.
      Create directory for log collection on executor node -
      used for log collection in pipelines running on localhost.
      Copy the iperf3 report to the executor machine for log collection.
      The report needs to be copied to two different directories to ensure
      proper log collection across all pipelines. Using absolute paths
      ensures compatibility with both remote and local commands.
      b790150e
    • Jaroslava Fiedlerova's avatar
      CI: Create Iperf2 unidirectional function · a6ce2896
      Jaroslava Fiedlerova authored
      Add new function to run iperf v2 test. Supports testing with 1 UE, unidirectional traffic.
      Currently used in RFSim-4G, FeMBMS testcase.
      a6ce2896
    • Jaroslava Fiedlerova's avatar