Commit 17f89445 authored by kinuthia's avatar kinuthia
Browse files

fix path

parent 21ee3dc6
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1250,8 +1250,8 @@ ivas-pytest-ref-vs-cut:
    # create short test vectors
    - python3 tests/create_short_testvectors.py
    # create references
    - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -v --update_ref 1 --ref_encoder_path IVAS_cod_ref --ref_decoder_path IVAS_dec_ref -m create_ref
    - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -v --update_ref 1 --ref_encoder_path IVAS_cod_ref --ref_decoder_path IVAS_dec_ref -m create_ref_part2
    - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -v --update_ref 1 --ref_encoder_path ./IVAS_cod_ref --ref_decoder_path ./IVAS_dec_ref -m create_ref
    - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -v --update_ref 1 --ref_encoder_path ./IVAS_cod_ref --ref_decoder_path ./IVAS_dec_ref -m create_ref_part2

    ### run pytest
    - exit_code=0
@@ -1329,7 +1329,7 @@ evs-pytest-cut:

    ### prepare pytest
    # create references
    - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR/test_param_file.py -v --update_ref 1 --ref_encoder_path IVAS_cod_ref --ref_decoder_path IVAS_dec_ref -m create_ref --param_file scripts/config/self_test_evs.prm
    - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR/test_param_file.py -v --update_ref 1 --ref_encoder_path ./IVAS_cod_ref --ref_decoder_path ./IVAS_dec_ref -m create_ref --param_file scripts/config/self_test_evs.prm

    ### run pytest for EVS cases
    - exit_code=0