Skip to content

Commit 19e5dec

Browse files
lolyuabhishek-nexthop
authored andcommitted
[dualtor] Skip test_replace_fec (sonic-net#21358)
Skip `test_replace_fec` on dualtor as the test is trying to change downlink's fec from `none` to `rs`, this is not a valid/supported scenario, the testcase needs a further improvement. Signed-off-by: Longxiang Lyu <lolv@microsoft.com> Signed-off-by: Abhishek <abhishek@nexthop.ai>
1 parent 50fb7aa commit 19e5dec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2521,11 +2521,12 @@ generic_config_updater/test_ecn_config_update.py::test_ecn_config_updates:
25212521

25222522
generic_config_updater/test_eth_interface.py::test_replace_fec:
25232523
skip:
2524-
reason: 'Skipping test on 7260/3800 platform due to bug of https://github.com/sonic-net/sonic-mgmt/issues/11237 or test is not supported on this platform'
2524+
reason: 'Skip test_replace_fec on unsupported hwsku/topo due to issues'
25252525
conditions_logical_operator: "OR"
25262526
conditions:
25272527
- "hwsku in ['Arista-7260CX3-D108C8', 'Arista-7260CX3-D108C10', 'Arista-7260CX3-Q64', 'Mellanox-SN3800-D112C8'] and https://github.com/sonic-net/sonic-mgmt/issues/11237"
25282528
- "platform in ['x86_64-nokia_ixr7250e_36x400g-r0', 'x86_64-nokia_ixr7250_x3b-r0']"
2529+
- "'dualtor' in topo_name and https://github.com/sonic-net/sonic-buildimage/issues/24365"
25292530

25302531
generic_config_updater/test_eth_interface.py::test_replace_lanes:
25312532
skip:

0 commit comments

Comments
 (0)