Loading main-basop.yml +4 −0 Original line number Diff line number Diff line Loading @@ -362,6 +362,10 @@ workflow: # to keep the convention for the renderer tests: - mv $DUT_RENDERER_PATH IVAS_rend # dbg hack - | TEST_SUITE="tests/renderer_short/test_renderer.py::test_masa" - exit_code=0 - python3 -m pytest --tb=no $TEST_SUITE --create_cut --html=report.html --self-contained-html --junit-xml=report-junit.xml $comp_args -n auto --testcase_timeout $testcase_timeout --ref_encoder_path $REF_ENCODER_PATH --ref_decoder_path $REF_DECODER_PATH --dut_encoder_path $DUT_ENCODER_PATH --dut_decoder_path $DUT_DECODER_PATH || exit_code=$? - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true Loading Loading
main-basop.yml +4 −0 Original line number Diff line number Diff line Loading @@ -362,6 +362,10 @@ workflow: # to keep the convention for the renderer tests: - mv $DUT_RENDERER_PATH IVAS_rend # dbg hack - | TEST_SUITE="tests/renderer_short/test_renderer.py::test_masa" - exit_code=0 - python3 -m pytest --tb=no $TEST_SUITE --create_cut --html=report.html --self-contained-html --junit-xml=report-junit.xml $comp_args -n auto --testcase_timeout $testcase_timeout --ref_encoder_path $REF_ENCODER_PATH --ref_decoder_path $REF_DECODER_PATH --dut_encoder_path $DUT_ENCODER_PATH --dut_decoder_path $DUT_DECODER_PATH || exit_code=$? - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true Loading