Loading tests/codec_be_on_mr_nonselection/test_param_file.py +3 −2 Original line number Diff line number Diff line Loading @@ -348,6 +348,7 @@ def run_test( if eid_opts != "": testcase_props["category"] = CAT_PLC if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading tests/codec_be_on_mr_nonselection/test_sba.py +19 −12 Original line number Diff line number Diff line Loading @@ -151,6 +151,8 @@ def test_pca_enc( assert 0 input_config = SBA_FORMAT[abs(int(sba_order))] if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -307,6 +309,7 @@ def test_sba_enc_system( except ValueError: testcase_props["category"] = CAT_BITRATE_SWITCHING if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -459,6 +462,7 @@ def test_spar_hoa2_enc_system( assert 0 input_config = SBA_FORMAT[abs(int(sba_order))] if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -611,6 +615,7 @@ def test_spar_hoa3_enc_system( assert 0 input_config = SBA_FORMAT[abs(int(sba_order))] if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -778,6 +783,7 @@ def test_sba_enc_BWforce_system( except ValueError: testcase_props["category"] = CAT_BITRATE_SWITCHING if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -969,6 +975,7 @@ def test_sba_plc_system( if plc_pattern is not None: testcase_props["category"] = CAT_PLC if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading
tests/codec_be_on_mr_nonselection/test_param_file.py +3 −2 Original line number Diff line number Diff line Loading @@ -348,6 +348,7 @@ def run_test( if eid_opts != "": testcase_props["category"] = CAT_PLC if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading
tests/codec_be_on_mr_nonselection/test_sba.py +19 −12 Original line number Diff line number Diff line Loading @@ -151,6 +151,8 @@ def test_pca_enc( assert 0 input_config = SBA_FORMAT[abs(int(sba_order))] if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -307,6 +309,7 @@ def test_sba_enc_system( except ValueError: testcase_props["category"] = CAT_BITRATE_SWITCHING if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -459,6 +462,7 @@ def test_spar_hoa2_enc_system( assert 0 input_config = SBA_FORMAT[abs(int(sba_order))] if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -611,6 +615,7 @@ def test_spar_hoa3_enc_system( assert 0 input_config = SBA_FORMAT[abs(int(sba_order))] if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -778,6 +783,7 @@ def test_sba_enc_BWforce_system( except ValueError: testcase_props["category"] = CAT_BITRATE_SWITCHING if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -969,6 +975,7 @@ def test_sba_plc_system( if plc_pattern is not None: testcase_props["category"] = CAT_PLC if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading