Skip to content

Commit 86fe993

Browse files
okaravasidcaugher
authored andcommitted
Skipping nokia platforms for gcu test replace fec as fec is not configurable for 400g ports (sonic-net#20542)
Approach What is the motivation for this PR? To skip test case execution for not supported platforms. How did you do it? Added the platforms to be skipped under the existing entry in tests/common/plpugins/conditional_mark/tests_mark_conditions.yaml How did you verify/test it? Ran test case in unsupported platforms and verified it is skipped. Ran test case in cs-testbed and verified it is running.
1 parent 59bf2c6 commit 86fe993

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
@@ -2203,10 +2203,11 @@ generic_config_updater/test_ecn_config_update.py::test_ecn_config_updates:
22032203

22042204
generic_config_updater/test_eth_interface.py::test_replace_fec:
22052205
skip:
2206-
reason: 'Skipping test on 7260/3800 platform due to bug of https://github.com/sonic-net/sonic-mgmt/issues/11237'
2206+
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'
22072207
conditions_logical_operator: "OR"
22082208
conditions:
22092209
- "hwsku in ['Arista-7260CX3-D108C8', 'Arista-7260CX3-D108C10', 'Arista-7260CX3-Q64', 'Mellanox-SN3800-D112C8'] and https://github.com/sonic-net/sonic-mgmt/issues/11237"
2210+
- "platform in ['x86_64-nokia_ixr7250e_36x400g-r0', 'x86_64-nokia_ixr7250_x3b-r0']"
22102211

22112212
generic_config_updater/test_eth_interface.py::test_toggle_pfc_asym:
22122213
skip:

0 commit comments

Comments
 (0)