Loading tests/codec_be_on_mr_nonselection/test_masa_enc_dec.py +12 −8 Original line number Diff line number Diff line Loading @@ -211,6 +211,10 @@ def test_masa_enc_dec( mld = float(reason.split(':')[1].split()[0]) record_property("MLD",mld) if get_mld and get_mld_lim > 0: if pcmcmp_res != 0: pytest.fail(reason) else: # Fail if compare fails compare result if metacmp_res == False and pcmcmp_res != 0: pytest.fail("Metadata and transport output difference detected") Loading Loading
tests/codec_be_on_mr_nonselection/test_masa_enc_dec.py +12 −8 Original line number Diff line number Diff line Loading @@ -211,6 +211,10 @@ def test_masa_enc_dec( mld = float(reason.split(':')[1].split()[0]) record_property("MLD",mld) if get_mld and get_mld_lim > 0: if pcmcmp_res != 0: pytest.fail(reason) else: # Fail if compare fails compare result if metacmp_res == False and pcmcmp_res != 0: pytest.fail("Metadata and transport output difference detected") Loading