Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading