Skip to content

Improve test cases to avoid confusions

Walter Lozano requested to merge wip/wlozano/cleanup into apertis/v2023dev1

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.

Also, 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: Walter Lozano walter.lozano@collabora.com

Merge request reports