Commit caef1ba4 authored by norvell's avatar norvell
Browse files

Updated 26.444 test to use pytest-based test

parent cb92e516
Loading
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
@@ -386,5 +386,18 @@ be-2-evs-26444:
    - cp ./IVAS_dec ./evs_be_test/bin/EVS_dec
    - mkdir -p ./evs_be_test/output/decoded ./evs_be_test/output/bitstreams

    - cd evs_be_test
    - python3 ../ci/run_evs_be_test.py
    - python3 -m pytest tests/test_26444.py -v --html=report.html --self-contained-html --junit-xml=report-junit.xml -n auto || exit_code=$?
    - if [ $exit_code -eq 1 ]; then echo "Differences encountered"; exit $EXIT_CODE_FAIL; fi
    - exit 0
    
  artifacts:
    name: "evs-26444--sha-$CI_COMMIT_SHORT_SHA--stage-$CI_JOB_STAGE--results"
    expire_in: 1 week
    when: always
    paths:
      - report-junit.xml
      - report.html
    expose_as: "EVS 26.444 result"
    reports:
      junit:
        - report-junit.xml