Loading tests/codec_be_on_mr_nonselection/test_param_file.py +5 −3 Original line number Diff line number Diff line Loading @@ -258,6 +258,8 @@ def test_param_file_tests( print("") cmp_result_msg += enc_test_result_msg # avoid double recording of the encoder diff if encoder_only: props = parse_properties(cmp_result_msg, False, [MAX_ENC_DIFF]) for k, v in props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading
tests/codec_be_on_mr_nonselection/test_param_file.py +5 −3 Original line number Diff line number Diff line Loading @@ -258,6 +258,8 @@ def test_param_file_tests( print("") cmp_result_msg += enc_test_result_msg # avoid double recording of the encoder diff if encoder_only: props = parse_properties(cmp_result_msg, False, [MAX_ENC_DIFF]) for k, v in props.items(): dut_encoder_frontend.record_property(k, v) Loading