Commit 815022cd authored by norvell's avatar norvell
Browse files

Move pytest call outside of ivas-conformance.sh

parent 0ac65de4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3198,6 +3198,14 @@ ivas-conformance-linux:
    - make -j # To be substituted with reference platform build
    - ls tests
    - pwd
    - cp IVAS_cod IVAS_cod_ref
    - cp IVAS_dec IVAS_dec_ref
    - cp IVAS_rend IVAS_rend_ref
    - cp ISAR_post_rend ISAR_post_rend_ref

    # Reference creation
    - python3 -m pytest -q tests/codec_be_on_mr_nonselection tests/renderer_short/test_renderer.py tests/split_rendering/test_split_rendering.py -v -n auto --update_ref 1 --create_ref --keep_files --html=report_cmd.html --self-contained-html
    - python3 scripts/parse_commands.py report_cmd.html Readme_IVAS.txt
    - source "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/ivas-conformance.sh

  artifacts:
+0 −10
Original line number Diff line number Diff line
@@ -2,16 +2,6 @@

set -euxo pipefail


cp IVAS_cod IVAS_cod_ref
cp IVAS_dec IVAS_dec_ref
cp IVAS_rend IVAS_rend_ref
cp ISAR_post_rend ISAR_post_rend_ref

# Reference creation
python3 -m pytest -q tests/codec_be_on_mr_nonselection tests/renderer_short/test_renderer.py tests/split_rendering/test_split_rendering.py -v -n auto --update_ref 1 --create_ref --keep_files --html=report_cmd.html --self-contained-html
python3 scripts/parse_commands.py report_cmd.html Readme_IVAS.txt

# Copy input data and output ref data
rm -rf testvec
mkdir testvec