Commit 0de4704d authored by norvell's avatar norvell
Browse files

Skip formats in PEAQ pass-through

parent 693808c5
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -552,8 +552,8 @@ stages:
    - python3 -m pytest --tb=no $TEST_SUITE -v --html=report-dut.html --self-contained-html --junit-xml=report-junit-dut.xml --peaq_binaural --odg --testcase_timeout $testcase_timeout --dut_encoder_path $DUT_ENCODER_PATH --dut_decoder_path $DUT_DECODER_PATH || exit_code=$?
    - zero_errors_ref=$(cat report-junit-ref.xml | grep -c 'errors="0"') || true
    - zero_errors_dut=$(cat report-junit-dut.xml | grep -c 'errors="0"') || true
    - python3 scripts/parse_xml_report.py report-junit-ref.xml report-ref.csv
    - python3 scripts/parse_xml_report.py report-junit-dut.xml report-dut.csv
    - python3 scripts/parse_xml_report.py report-junit-ref.xml report-ref.csv --skip_formats
    - python3 scripts/parse_xml_report.py report-junit-dut.xml report-dut.csv --skip_formats
    - python3 scripts/diff_report.py report-ref.csv report-dut.csv report-diff.csv

    # create summary