Commit 3dbeeab6 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix parametrizatoin

parent 10c705e2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ def pytest_generate_tests(metafunc):

    if reduction_level == "exhaustive":
        param_string = (
            "bitrate,dtx,output_format,output_sampling_rate,bitstream_processing"
            "input_format,bitrate,dtx,pca,planar,output_format,output_sampling_rate,bitstream_processing"
        )
        param_string_fs_mb = "input_sampling_rate,max_band"
        fs_mb_params = get_valid_fs_max_band_pairs()
@@ -52,17 +52,19 @@ def pytest_generate_tests(metafunc):


def test_dec_const_br_sba(
    input_format,
    bitrate,
    input_sampling_rate,
    max_band,
    dtx,
    planar,
    pca,
    output_format,
    output_sampling_rate,
    bitstream_processing,
    dut_decoder_frontend,
    update_ref,
):
    input_format = "STEREO"
    testv_name = get_testv_path(input_format, input_sampling_rate).stem
    with get_bitstream_and_options(
        testv_name,