Skip to content

skip headroom pool test for Force10-S6100 T1 topo#12266

Merged
StormLiangMS merged 2 commits intosonic-net:masterfrom
XuChen-MSFT:xuchen3/master/skip-6100-t1-hdrm-test
Apr 12, 2024
Merged

skip headroom pool test for Force10-S6100 T1 topo#12266
StormLiangMS merged 2 commits intosonic-net:masterfrom
XuChen-MSFT:xuchen3/master/skip-6100-t1-hdrm-test

Conversation

@XuChen-MSFT
Copy link
Copy Markdown
Contributor

Description of PR

Summary:
Fixes # (issue)

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • Test case(new/improvement)

Back port request

  • 201911
  • 202012
  • 202205
  • 202305
  • 202311

Approach

What is the motivation for this PR?

6100 T1's headroom pool test fail
For 6100, T0 and T1 have same buffer configuration, and T1's failure is related to lag keepalive.
xfail test for 6100's T1 topology.
and 6100's headroom pool test is covered by T0.

How did you do it?

set xfail for 6100 T1's headroom pool testcase

How did you verify/test it?

Any platform specific information?

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

Documentation

StormLiangMS
StormLiangMS previously approved these changes Apr 2, 2024
Copy link
Copy Markdown
Collaborator

@StormLiangMS StormLiangMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@StormLiangMS
Copy link
Copy Markdown
Collaborator

@XuChen-MSFT do we plan to fix it in future? Or we will skip this case for T1-lag topo? If we plan to fix, pls add an issue. If not, let's skip it other than xfail.

Comment thread tests/common/plugins/conditional_mark/tests_mark_conditions.yaml Outdated
Comment thread tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
@XuChen-MSFT XuChen-MSFT changed the title xfail headroom pool test for Force10-S6100 T1 topo skip headroom pool test for Force10-S6100 T1 topo Apr 3, 2024
@XuChen-MSFT
Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Commenter does not have sufficient privileges for PR 12266 in repo sonic-net/sonic-mgmt

Copy link
Copy Markdown
Contributor

@ZhaohuiS ZhaohuiS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Collaborator

@StormLiangMS StormLiangMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mssonicbld
Copy link
Copy Markdown
Collaborator

@XuChen-MSFT PR conflicts with 202305 branch

@mssonicbld
Copy link
Copy Markdown
Collaborator

@XuChen-MSFT PR conflicts with 202311 branch

StormLiangMS pushed a commit that referenced this pull request Apr 22, 2024
What is the motivation for this PR?
manually double commit PR #12266 for 202311 branch to resolve merge conflicts

How did you do it?
fix conflicts
StormLiangMS pushed a commit that referenced this pull request Apr 22, 2024
What is the motivation for this PR?
manually double commit PR #12266 for 202305 branch, to resolve conflict

How did you do it?
fix conflict
XuChen-MSFT added a commit to XuChen-MSFT/sonic-mgmt that referenced this pull request Mar 12, 2026
PR sonic-net#14912 incorrectly merged separate OR conditions into a single AND
condition, creating a logical contradiction:
  hwsku in ['Force10-S6100'] AND hwsku not in [..., 'Force10-S6100', ...]
This made the skip always FALSE, causing S6100 T1 headroom pool tests
to run and fail consistently since Oct 2024.

Restore the original separate OR conditions from PR sonic-net#12266.

Fixes sonic-net#12292

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Xu Chen <[email protected]>
XuChen-MSFT added a commit to XuChen-MSFT/sonic-mgmt that referenced this pull request Mar 12, 2026
PR sonic-net#14912 incorrectly merged separate OR conditions into a single AND
condition, creating a logical contradiction:
  hwsku in ['Force10-S6100'] AND hwsku not in [..., 'Force10-S6100', ...]
This made the skip always FALSE, causing S6100 T1 headroom pool tests
to run and fail consistently since Oct 2024.

Restore the original separate OR conditions from PR sonic-net#12266.

Fixes sonic-net#12292

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Xu Chen <[email protected]>
XuChen-MSFT added a commit that referenced this pull request Mar 13, 2026
PR #14912 incorrectly merged separate OR conditions into a single AND
condition, creating a logical contradiction:
  hwsku in ['Force10-S6100'] AND hwsku not in [..., 'Force10-S6100', ...]
This made the skip always FALSE, causing S6100 T1 headroom pool tests
to run and fail consistently since Oct 2024.

Restore the original separate OR conditions from PR #12266.

Fixes #12292

Signed-off-by: Xu Chen <[email protected]>
Co-authored-by: Copilot <[email protected]>
selldinesh pushed a commit to selldinesh/sonic-mgmt that referenced this pull request Mar 16, 2026
PR sonic-net#14912 incorrectly merged separate OR conditions into a single AND
condition, creating a logical contradiction:
  hwsku in ['Force10-S6100'] AND hwsku not in [..., 'Force10-S6100', ...]
This made the skip always FALSE, causing S6100 T1 headroom pool tests
to run and fail consistently since Oct 2024.

Restore the original separate OR conditions from PR sonic-net#12266.

Fixes sonic-net#12292

Signed-off-by: Xu Chen <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: selldinesh <[email protected]>
abhishek-nexthop pushed a commit to nexthop-ai/sonic-mgmt that referenced this pull request Mar 17, 2026
PR sonic-net#14912 incorrectly merged separate OR conditions into a single AND
condition, creating a logical contradiction:
  hwsku in ['Force10-S6100'] AND hwsku not in [..., 'Force10-S6100', ...]
This made the skip always FALSE, causing S6100 T1 headroom pool tests
to run and fail consistently since Oct 2024.

Restore the original separate OR conditions from PR sonic-net#12266.

Fixes sonic-net#12292

Signed-off-by: Xu Chen <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Abhishek <[email protected]>
vrajeshe pushed a commit to vrajeshe/sonic-mgmt that referenced this pull request Mar 23, 2026
PR sonic-net#14912 incorrectly merged separate OR conditions into a single AND
condition, creating a logical contradiction:
  hwsku in ['Force10-S6100'] AND hwsku not in [..., 'Force10-S6100', ...]
This made the skip always FALSE, causing S6100 T1 headroom pool tests
to run and fail consistently since Oct 2024.

Restore the original separate OR conditions from PR sonic-net#12266.

Fixes sonic-net#12292

Signed-off-by: Xu Chen <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Venkata Gouri Rajesh Etla <[email protected]>
ravaliyel pushed a commit to ravaliyel/sonic-mgmt that referenced this pull request Mar 27, 2026
PR sonic-net#14912 incorrectly merged separate OR conditions into a single AND
condition, creating a logical contradiction:
  hwsku in ['Force10-S6100'] AND hwsku not in [..., 'Force10-S6100', ...]
This made the skip always FALSE, causing S6100 T1 headroom pool tests
to run and fail consistently since Oct 2024.

Restore the original separate OR conditions from PR sonic-net#12266.

Fixes sonic-net#12292

Signed-off-by: Xu Chen <[email protected]>
Co-authored-by: Copilot <[email protected]>
selldinesh pushed a commit to selldinesh/sonic-mgmt that referenced this pull request Apr 1, 2026
PR sonic-net#14912 incorrectly merged separate OR conditions into a single AND
condition, creating a logical contradiction:
  hwsku in ['Force10-S6100'] AND hwsku not in [..., 'Force10-S6100', ...]
This made the skip always FALSE, causing S6100 T1 headroom pool tests
to run and fail consistently since Oct 2024.

Restore the original separate OR conditions from PR sonic-net#12266.

Fixes sonic-net#12292

Signed-off-by: Xu Chen <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: selldinesh <[email protected]>
albertovillarreal-keys pushed a commit to albertovillarreal-keys/sonic-mgmt that referenced this pull request Apr 3, 2026
PR sonic-net#14912 incorrectly merged separate OR conditions into a single AND
condition, creating a logical contradiction:
  hwsku in ['Force10-S6100'] AND hwsku not in [..., 'Force10-S6100', ...]
This made the skip always FALSE, causing S6100 T1 headroom pool tests
to run and fail consistently since Oct 2024.

Restore the original separate OR conditions from PR sonic-net#12266.

Fixes sonic-net#12292

Signed-off-by: Xu Chen <[email protected]>
Co-authored-by: Copilot <[email protected]>
opcoder0 pushed a commit to opcoder0/sonic-mgmt that referenced this pull request Apr 13, 2026
PR sonic-net#14912 incorrectly merged separate OR conditions into a single AND
condition, creating a logical contradiction:
  hwsku in ['Force10-S6100'] AND hwsku not in [..., 'Force10-S6100', ...]
This made the skip always FALSE, causing S6100 T1 headroom pool tests
to run and fail consistently since Oct 2024.

Restore the original separate OR conditions from PR sonic-net#12266.

Fixes sonic-net#12292

Signed-off-by: Xu Chen <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: opcoder0 <[email protected]>
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.

5 participants