Commit 4fb2afc6 authored by Jan Kiene's avatar Jan Kiene
Browse files

limit tests

parent e322510a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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