Skip to content

Moving excluded scripts from excludes list to test_mark_conditional.yml#21674

Merged
StormLiangMS merged 3 commits intosonic-net:masterfrom
bachalla:script
Jan 8, 2026
Merged

Moving excluded scripts from excludes list to test_mark_conditional.yml#21674
StormLiangMS merged 3 commits intosonic-net:masterfrom
bachalla:script

Conversation

@bachalla
Copy link
Contributor

@bachalla bachalla commented Dec 12, 2025

Description of PR

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
  • 202511

Summary:
Moving excluded scripts from excludes list to test_conditional_mark.yml .This improves debuggability and speeds up issue resolution.

What is the motivation for this PR?
The motivation is to moving excluded scripts from excludes list to test_conditional_mark.yml

How did you do it?
I moved excluded scripts from excludes list and updated to test_conditional_mark.yml

How did you verify/test it?
Verified that the updated messages are correctly reflected in the test_conditional_mark.yml by reviewing the changes locally.

@mssonicbld
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

- "asic_type in ['vs', 'mellanox', 'nvidia', 'broadcom']"
- "topo_type in ['m0', 'mx', 'm1']"
- "platform in ['x86_64-nokia_ixr7250e_36x400g-r0']"
- "release in ['202412']"
Copy link
Contributor

Choose a reason for hiding this comment

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

use github issue to skip. For mvrf, use this issue Need new test: System and Management - VRF support for management interface · Issue #3589 · sonic-n…

for vrf and sflow, please open another 2 new slimilar issues to track

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ZhaohuiS I have done changes as per your suggestion,Thanks!

@mssonicbld
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

reason: "It is not supported on this DUT topology and skipped due to github issue #21701"
conditions_logical_operator: or
conditions:
- "'t0', 'm0', 'mx' not in topo_name"
Copy link
Contributor

Choose a reason for hiding this comment

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

this command has syntax error, and why do you want to add this line?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ZhaohuiS Ill remove this line, as per your suggestion

@mssonicbld
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ZhaohuiS
Copy link
Contributor

@prsunny @bingwang-ms @StormLiangMS could you please help review this PR?

- "asic_type in ['vs', 'mellanox', 'nvidia', 'broadcom']"
- "topo_type in ['m0', 'mx', 'm1']"
- "platform in ['x86_64-nokia_ixr7250e_36x400g-r0']"
- https://github.com/sonic-net/sonic-mgmt/issues/3589
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is quote required for github issue link?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@bingwang-ms yes, quote is required,Thanks! for your suggestion

@bingwang-ms
Copy link
Collaborator

Hi @ZhaohuiS, is this PR to move skipped tests from excluded list in pipeline setting to test_mark_conditional.yml? If that's the case, I would suggest using some other skip condition instead of github issue because we have a plan to cleanup skipped test because of test issue.

@ZhaohuiS
Copy link
Contributor

Hi @ZhaohuiS, is this PR to move skipped tests from excluded list in pipeline setting to test_mark_conditional.yml? If that's the case, I would suggest using some other skip condition instead of github issue because we have a plan to cleanup skipped test because of test issue.

Hi @bingwang-ms currently, those 4 scripts are running on Arista platforms, I am not sure if we have to skip it or need to address those failures to make them pass, so add a github issue(test gap) to skip them temporarily. If you can confirm that they are indeed to be skipped, then I am fine to use other skip condition to do that. That's why it needs feature owner to review it and give us some feedback how to handle them correctly.

@mssonicbld
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ZhaohuiS
Copy link
Contributor

@bachalla pls fix the failures in the PR test and get it merged.

@bachalla bachalla closed this Jan 2, 2026
@bachalla bachalla reopened this Jan 2, 2026
@mssonicbld
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
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.

looks good to me

@ZhaohuiS
Copy link
Contributor

ZhaohuiS commented Jan 4, 2026

@StormLiangMS could you pls help review this PR? we temporally skip those scripts by opening issue to track them.

- "asic_type in ['vs', 'mellanox', 'nvidia']"
- "topo_type not in ['t0']"
- "https://github.com/sonic-net/sonic-mgmt/issues/21700"

Copy link
Collaborator

Choose a reason for hiding this comment

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

hi @bachalla could you remove the line 5070?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hello @StormLiangMS ,I have removed this line as per your suggestion,Thanks!

@mssonicbld
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
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 StormLiangMS merged commit 10820b8 into sonic-net:master Jan 8, 2026
20 of 21 checks passed
venu-nexthop pushed a commit to venu-nexthop/sonic-mgmt that referenced this pull request Jan 13, 2026
…ml (sonic-net#21674)

Summary:
Moving excluded scripts from excludes list to test_conditional_mark.yml .This improves debuggability and speeds up issue resolution.

What is the motivation for this PR?
The motivation is to moving excluded scripts from excludes list to test_conditional_mark.yml

How did you do it?
I moved excluded scripts from excludes list and updated to test_conditional_mark.yml

How did you verify/test it?
Verified that the updated messages are correctly reflected in the test_conditional_mark.yml by reviewing the changes locally.
yifan-nexthop pushed a commit to nexthop-ai/sonic-mgmt that referenced this pull request Jan 14, 2026
…ml (sonic-net#21674)

Summary:
Moving excluded scripts from excludes list to test_conditional_mark.yml .This improves debuggability and speeds up issue resolution.

What is the motivation for this PR?
The motivation is to moving excluded scripts from excludes list to test_conditional_mark.yml

How did you do it?
I moved excluded scripts from excludes list and updated to test_conditional_mark.yml

How did you verify/test it?
Verified that the updated messages are correctly reflected in the test_conditional_mark.yml by reviewing the changes locally.

Signed-off-by: YiFan Wang <[email protected]>
PriyanshTratiya pushed a commit to PriyanshTratiya/sonic-mgmt that referenced this pull request Jan 21, 2026
…ml (sonic-net#21674)

Summary:
Moving excluded scripts from excludes list to test_conditional_mark.yml .This improves debuggability and speeds up issue resolution.

What is the motivation for this PR?
The motivation is to moving excluded scripts from excludes list to test_conditional_mark.yml

How did you do it?
I moved excluded scripts from excludes list and updated to test_conditional_mark.yml

How did you verify/test it?
Verified that the updated messages are correctly reflected in the test_conditional_mark.yml by reviewing the changes locally.

Signed-off-by: Priyansh Tratiya <[email protected]>
ytzur1 pushed a commit to ytzur1/sonic-mgmt that referenced this pull request Feb 2, 2026
…ml (sonic-net#21674)

Summary:
Moving excluded scripts from excludes list to test_conditional_mark.yml .This improves debuggability and speeds up issue resolution.

What is the motivation for this PR?
The motivation is to moving excluded scripts from excludes list to test_conditional_mark.yml

How did you do it?
I moved excluded scripts from excludes list and updated to test_conditional_mark.yml

How did you verify/test it?
Verified that the updated messages are correctly reflected in the test_conditional_mark.yml by reviewing the changes locally.

Signed-off-by: Yael Tzur <[email protected]>
abhishek-nexthop pushed a commit to nexthop-ai/sonic-mgmt that referenced this pull request Feb 6, 2026
…ml (sonic-net#21674)

Summary:
Moving excluded scripts from excludes list to test_conditional_mark.yml .This improves debuggability and speeds up issue resolution.

What is the motivation for this PR?
The motivation is to moving excluded scripts from excludes list to test_conditional_mark.yml

How did you do it?
I moved excluded scripts from excludes list and updated to test_conditional_mark.yml

How did you verify/test it?
Verified that the updated messages are correctly reflected in the test_conditional_mark.yml by reviewing the changes locally.
@vhlushko-cisco
Copy link
Contributor

@StormLiangMS @bachalla could you please cherry-pick it in 202511 branch?

nnelluri-cisco pushed a commit to nnelluri-cisco/sonic-mgmt that referenced this pull request Feb 12, 2026
…ml (sonic-net#21674)

Summary:
Moving excluded scripts from excludes list to test_conditional_mark.yml .This improves debuggability and speeds up issue resolution.

What is the motivation for this PR?
The motivation is to moving excluded scripts from excludes list to test_conditional_mark.yml

How did you do it?
I moved excluded scripts from excludes list and updated to test_conditional_mark.yml

How did you verify/test it?
Verified that the updated messages are correctly reflected in the test_conditional_mark.yml by reviewing the changes locally.

Signed-off-by: nnelluri-cisco <[email protected]>
rraghav-cisco pushed a commit to rraghav-cisco/sonic-mgmt that referenced this pull request Feb 13, 2026
…ml (sonic-net#21674)

Summary:
Moving excluded scripts from excludes list to test_conditional_mark.yml .This improves debuggability and speeds up issue resolution.

What is the motivation for this PR?
The motivation is to moving excluded scripts from excludes list to test_conditional_mark.yml

How did you do it?
I moved excluded scripts from excludes list and updated to test_conditional_mark.yml

How did you verify/test it?
Verified that the updated messages are correctly reflected in the test_conditional_mark.yml by reviewing the changes locally.

Signed-off-by: Raghavendran Ramanathan <[email protected]>
@vhlushko-cisco
Copy link
Contributor

@StormLiangMS @bachalla could you please cherry-pick it in 202511 branch?

anilal-amd pushed a commit to anilal-amd/anilal-forked-sonic-mgmt that referenced this pull request Feb 19, 2026
…ml (sonic-net#21674)

Summary:
Moving excluded scripts from excludes list to test_conditional_mark.yml .This improves debuggability and speeds up issue resolution.

What is the motivation for this PR?
The motivation is to moving excluded scripts from excludes list to test_conditional_mark.yml

How did you do it?
I moved excluded scripts from excludes list and updated to test_conditional_mark.yml

How did you verify/test it?
Verified that the updated messages are correctly reflected in the test_conditional_mark.yml by reviewing the changes locally.

Signed-off-by: Zhuohui Tan <[email protected]>
@vhlushko-cisco
Copy link
Contributor

@StormLiangMS @bachalla could you please cherry-pick it in 202511 branch?

@eyakubch
Copy link
Contributor

@bachalla can you please merge to 202511 also ?

abhishek-nexthop pushed a commit to nexthop-ai/sonic-mgmt that referenced this pull request Mar 17, 2026
…ml (sonic-net#21674)

Summary:
Moving excluded scripts from excludes list to test_conditional_mark.yml .This improves debuggability and speeds up issue resolution.

What is the motivation for this PR?
The motivation is to moving excluded scripts from excludes list to test_conditional_mark.yml

How did you do it?
I moved excluded scripts from excludes list and updated to test_conditional_mark.yml

How did you verify/test it?
Verified that the updated messages are correctly reflected in the test_conditional_mark.yml by reviewing the changes locally.

Signed-off-by: Abhishek <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants