Loading main-basop.yml +3 −0 Original line number Diff line number Diff line Loading @@ -278,6 +278,9 @@ workflow: - echo "$comp_args" ### run pytest # to keep the convention for the renderer tests: - mv $DUT_RENDERER_PATH IVAS_rend - exit_code=0 - python3 -m pytest --tb=no $TEST_SUITE -v --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 +3 −0 Original line number Diff line number Diff line Loading @@ -278,6 +278,9 @@ workflow: - echo "$comp_args" ### run pytest # to keep the convention for the renderer tests: - mv $DUT_RENDERER_PATH IVAS_rend - exit_code=0 - python3 -m pytest --tb=no $TEST_SUITE -v --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