Commit c204d16a authored by BOHMRR's avatar BOHMRR
Browse files

change test_spar_foa_enc_system to test with agc=0, only

parent 89a349ab
Loading
Loading
Loading
Loading
+3 −9
Original line number Diff line number Diff line
@@ -69,10 +69,6 @@ agc_tag_list = ['stvFOA']
# TODO: create and use new 24dB signals
# agc_tag_list = ['stvFOA_24dB_']

# agc_list = [-1, 0, 1]
# don't check with current test vector that specifying "-agc 1" or not produces the same result
agc_list = [-1, 0]

sample_rate_bw_idx_list = [('48', 'SWB'), ('48', 'WB'), ('32', 'WB')]

AbsTol = '4'
@@ -161,7 +157,7 @@ def test_bypass_enc(
@pytest.mark.parametrize("dtx", dtx_set)
@pytest.mark.parametrize("tag", tag_list)
@pytest.mark.parametrize("fs", sample_rate_list)
@pytest.mark.parametrize("agc", agc_list)
#@pytest.mark.parametrize("agc", agc_list)
def test_spar_foa_enc_system(
    dut_encoder_frontend: EncoderFrontend,
    dut_decoder_frontend: DecoderFrontend,
@@ -175,14 +171,12 @@ def test_spar_foa_enc_system(
    dtx,
    tag,
    fs,
    agc
#    agc
):
    if update_ref == 1 and agc >= 0:
        pytest.skip()

    tag = tag + fs + 'c'
    max_bw = "FB"
    bypass = -1
    agc = 0
    use_agc_ref = 0
    sba_order = "+1"
    output_config = "FOA"