Resolve "Identical MLD values reported in ISAR and ISAR_ENC tests when running conformance package"

  • Related issues: #1549
  • Requested reviewers:

Reason why this change is needed

While generating CUT_OUTPUTS on the target platform, the conformance script incorrectly overwrites the ISAR test outputs with those from the ISAR_ENC test. Consequently, when running the script with the --analyse flag, the reported MLD values for both test cases are identical and are therefore incorrect.

Ways to reproduce

Generation of CUT_OUTPUTS:

PYTHONPATH=scripts python scripts/ivas_conformance/runConformance.py --testvecDir $PWD/testvec --cut_build_path=CUT_BIN_DIR

Analysis of MLD values:

PYTHONPATH=scripts python scripts/ivas_conformance/runConformance.py --testvecDir $PWD/testvec --ref_build_path=testvec/bin --analyse

Affected operating points

  • Affect only conformance test results -> no impact on the IVAS source code
  • All test vectors for "ISAR" and "ISAR_ENC" tests
  • MLD values in these tests

Merge request reports

Loading