Skip to content
Snippets Groups Projects
  1. Sep 28, 2024
    • Robert Schmidt's avatar
      cls_cmd: execute commands through bash · 606e2c74
      Robert Schmidt authored
      The next commit will use "echo -e". The problem with that is that bash
      and sh differ:
      
      - in bash: this results in "a\nb" (a+newline+b)
      - in sh: this results in -e a\nb (-e a+newline+b)
      
      The problem is that by default, commands are executed through sh, which
      nobody expects. Change to bash, which is likely more aligned with what
      people want to use.
      606e2c74
    • Robert Schmidt's avatar
      CI Ping/Iperf: add tests, print without lock, reduce code lines · 0da2f27f
      Robert Schmidt authored
      Add some basic unit tests to verify that Iperf/Ping work. Harmonize the
      logging by only print in the "main" iperf/ping function, to avoid that
      if we test with multiple UEs, the output intermixes. Also, do one common
      mkdir before starting multiple pings/iperfs. Finally, harmonize the
      paths so that Iperf and Ping log their files in the same place.
      0da2f27f
  2. Mar 27, 2024
  3. Mar 05, 2024
  4. Jul 03, 2023
  5. Apr 28, 2023
  6. Feb 23, 2023
  7. Feb 03, 2023
  8. Jan 11, 2023
Loading