Skip to content
Snippets Groups Projects
  1. Apr 22, 2022
  2. Apr 07, 2022
  3. Mar 23, 2022
  4. Mar 18, 2022
  5. Mar 16, 2022
  6. Mar 11, 2022
  7. Mar 03, 2022
  8. Feb 28, 2022
  9. Feb 25, 2022
  10. Feb 24, 2022
  11. Feb 23, 2022
  12. Feb 21, 2022
  13. Feb 18, 2022
  14. Feb 17, 2022
  15. Feb 15, 2022
  16. Feb 14, 2022
  17. Feb 11, 2022
  18. Feb 09, 2022
  19. Feb 08, 2022
  20. Feb 03, 2022
  21. Jan 31, 2022
    • Walter Lozano's avatar
      Drop parse from test cases that not need them · 4df2fbb7
      Walter Lozano authored and Emanuele Aina's avatar Emanuele Aina committed
      
      LAVA provides several ways to report result from test cases, parsing the
      output is one of them, however, it is discourage since it is error prone.
      For that reason Apertis provides several scripts which make use of lava-*
      scripts, such as run-test-in-systemd. Unfortunately, many test cases that
      use those scripts still declare parse options which are misleading.
      
      Drop the parsing options which make use of run-test-in-systemd to avoid
      confusions.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      4df2fbb7
    • Walter Lozano's avatar
      Use test names with more sense · d3d14e86
      Walter Lozano authored and Emanuele Aina's avatar Emanuele Aina committed
      
      Test cases that uses run-test-in-systemd provides several options to set
      test names, but by default they use the script name. Since in some cases
      the name does not reflect the test being performed try to provide a more
      rationale name.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      d3d14e86
Loading