Skip to content

[BASOP-CI] change default MLD value in output csv to None

Change relevant to BASOP CI only.

Currently, scripts/parse_mld_xml.py outputs an MLD value of 0 for all cases where no MLD value is found in the JUnit xml output file. If a crash happens in a testcase that causes the decoder to abort earlier but still produce a (shorter but otherwise identical) output file, the comparison fails automatically due to length mismatch of the compared files and no MLD value is computed. Instead, the default value of 0 is reported in the MLD csv file which hides the problem when one is just inspecting the MLD values (Test suite will still report error).

This changes the default MLD value in scripts/parse_mld_xml.py to None so errors are visible in the MLD csv file as well.

Tagging @norvell, @vaillancour.

Merge request reports

Loading