Skip to content

Commit 7f588d0

Browse files
sdszhangytzur1
authored andcommitted
skip interface speed change as it causes crash. (sonic-net#19043)
What is the motivation for this PR? Skip test case which cause orchagent crash on 7060x6 platform How did you do it? change from xfail to skip How did you verify/test it? =========================== short test summary info ============================ SKIPPED [2] iface_namingmode/test_iface_namingmode.py:678: Unsupported topology SKIPPED [2] iface_namingmode/test_iface_namingmode.py:699: Unsupported topology SKIPPED [2] iface_namingmode/test_iface_namingmode.py: Incorrect supported speeds for 7060X6 in STATE_DB, fix TBD ============ 54 passed, 6 skipped, 4 warnings in 1778.39s (0:29:38) ============ Signed-off-by: Yael Tzur <[email protected]>
1 parent 4cad247 commit 7f588d0

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
@@ -1475,12 +1475,13 @@ iface_namingmode/test_iface_namingmode.py::TestConfigInterface:
14751475
- "platform in ['x86_64-8111_32eh_o-r0']"
14761476

14771477
iface_namingmode/test_iface_namingmode.py::TestConfigInterface::test_config_interface_speed:
1478-
xfail:
1478+
skip:
14791479
reason: "Incorrect supported speeds for 7060X6 in STATE_DB, fix TBD"
14801480
conditions_logical_operator: and
14811481
conditions:
14821482
- "'7060X6' in hwsku"
14831483
- "topo_type in ['t1']"
1484+
- https://github.com/sonic-net/sonic-mgmt/issues/19034
14841485

14851486
iface_namingmode/test_iface_namingmode.py::TestShowPriorityGroup:
14861487
xfail:

0 commit comments

Comments
 (0)