Commit 6f3a0e78 authored by norvell's avatar norvell
Browse files

Correct usage of DUT in PEAQ binaural comparison

parent ce692f05
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -549,7 +549,7 @@ stages:
    ### run pytest
    - exit_code=0
    - python3 -m pytest --tb=no $TEST_SUITE -v --html=report-ref.html --self-contained-html --junit-xml=report-junit-ref.xml --peaq_binaural --odg --testcase_timeout $testcase_timeout --dut_encoder_path $REF_ENCODER_PATH --dut_decoder_path $REF_DECODER_PATH || exit_code=$?
    - 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 $REF_ENCODER_PATH --dut_decoder_path $REF_DECODER_PATH || exit_code=$?
    - 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