Skip to content

skip interface speed change on 7060x6 as it causes crash#19043

Merged
yxieca merged 1 commit intosonic-net:masterfrom
sdszhang:iface_namingmode
Jun 18, 2025
Merged

skip interface speed change on 7060x6 as it causes crash#19043
yxieca merged 1 commit intosonic-net:masterfrom
sdszhang:iface_namingmode

Conversation

@sdszhang
Copy link
Copy Markdown
Contributor

@sdszhang sdszhang commented Jun 17, 2025

Description of PR

Summary:
Workaround for #19034
As changing port speed on 7060x6 will cause orchagent crash, resulting in subsequence test case failure. Skip it for now until the issue is fixed.

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • New Test case
    • Skipped for non-supported platforms
  • Test case improvement

Back port request

  • 202205
  • 202305
  • 202311
  • 202405
  • 202411
  • 202505

Approach

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) ============

Any platform specific information?

Only on 7060x6-64pe platform

Supported testbed topology if it's a new test case?

Documentation

@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@sdszhang
Copy link
Copy Markdown
Contributor Author

@justin-wong-ce @r12f for review.

@yxieca yxieca merged commit 3d2e041 into sonic-net:master Jun 18, 2025
20 checks passed
mssonicbld pushed a commit to mssonicbld/sonic-mgmt that referenced this pull request Jun 18, 2025
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) ============
@mssonicbld
Copy link
Copy Markdown
Collaborator

Cherry-pick PR to 202505: #19083

@mssonicbld
Copy link
Copy Markdown
Collaborator

Cherry-pick PR to msft-202412: Azure/sonic-mgmt.msft#414

mssonicbld pushed a commit that referenced this pull request Jun 21, 2025
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) ============
nissampa pushed a commit to nissampa/sonic-mgmt_dpu_test that referenced this pull request Aug 7, 2025
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) ============
opcoder0 pushed a commit to opcoder0/sonic-mgmt that referenced this pull request Dec 8, 2025
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: opcoder0 <110003254+opcoder0@users.noreply.github.com>
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Dec 16, 2025
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: Guy Shemesh <gshemesh@nvidia.com>
AharonMalkin pushed a commit to AharonMalkin/sonic-mgmt that referenced this pull request Dec 16, 2025
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: Aharon Malkin <amalkin@nvidia.com>
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Dec 21, 2025
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: Guy Shemesh <gshemesh@nvidia.com>
venu-nexthop pushed a commit to venu-nexthop/sonic-mgmt that referenced this pull request Jan 13, 2026
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) ============
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Jan 26, 2026
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: Guy Shemesh <gshemesh@nvidia.com>
ytzur1 pushed a commit to ytzur1/sonic-mgmt that referenced this pull request Feb 2, 2026
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 <ytzur@nvidia.com>
venu-nexthop pushed a commit to venu-nexthop/sonic-mgmt that referenced this pull request Mar 27, 2026
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) ============
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants