Skip to content

Commit

Permalink
zephyr: errata: remove test invalid test case for rpr server
Browse files Browse the repository at this point in the history
MESH/SR/RPR/LNK/BV-12-C tries to trigger invalid behavior.
Test case errata: ES-25544
Test case waiver: ES-25549

Signed-off-by: alperen sener <[email protected]>
  • Loading branch information
m-alperen-sener committed Jul 2, 2024
1 parent 0ef9093 commit 59c68c2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions autopts/ptsprojects/zephyr/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,10 +793,6 @@ def test_cases(ptses):
cmds=pre_conditions,
generic_wid_hdl=mesh_wid_hdl,
lt2="MESH/SR/RPR/LNK/BV-11-C_LT2"),
ZTestCase("MESH", "MESH/SR/RPR/LNK/BV-12-C",
cmds=pre_conditions,
generic_wid_hdl=mesh_wid_hdl,
lt2="MESH/SR/RPR/LNK/BV-12-C_LT2"),
ZTestCase("MESH", "MESH/SR/RPR/LNK/BI-01-C",
cmds=pre_conditions,
generic_wid_hdl=mesh_wid_hdl,
Expand Down Expand Up @@ -940,9 +936,6 @@ def test_cases(ptses):
ZTestCaseSlave("MESH", "MESH/SR/RPR/LNK/BV-11-C_LT2",
cmds=pre_conditions_slave,
generic_wid_hdl=mesh_wid_hdl_rpr_2ptses),
ZTestCaseSlave("MESH", "MESH/SR/RPR/LNK/BV-12-C_LT2",
cmds=pre_conditions_slave,
generic_wid_hdl=mesh_wid_hdl_rpr_2ptses),
ZTestCaseSlave("MESH", "MESH/SR/RPR/LNK/BI-01-C_LT2",
cmds=pre_conditions_slave,
generic_wid_hdl=mesh_wid_hdl_rpr_2ptses),
Expand Down

0 comments on commit 59c68c2

Please sign in to comment.