Skip to content

Skip test_bgp_allow_list and test_bgp_prefix_tc1_suite in 202412 release#18612

Closed
wsycqyz wants to merge 1 commit intosonic-net:masterfrom
wsycqyz:202412-bgp-skip-tc-master
Closed

Skip test_bgp_allow_list and test_bgp_prefix_tc1_suite in 202412 release#18612
wsycqyz wants to merge 1 commit intosonic-net:masterfrom
wsycqyz:202412-bgp-skip-tc-master

Conversation

@wsycqyz
Copy link
Copy Markdown
Contributor

@wsycqyz wsycqyz commented May 26, 2025

Description of PR

Summary:
As different bgp template is used in 202412 for fairwater deployment,
skip test_bgp_allow_list and test_bgp_prefix_tc1_suite in 202412 release

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?

How did you do it?

How did you verify/test it?

Any platform specific information?

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

Documentation

@wsycqyz
Copy link
Copy Markdown
Contributor Author

wsycqyz commented May 27, 2025

/azp run

@azure-pipelines
Copy link
Copy Markdown

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

@wsycqyz
Copy link
Copy Markdown
Contributor Author

wsycqyz commented May 27, 2025

Close PR and reopen PR to trigger PR test.

@wsycqyz wsycqyz closed this May 27, 2025
@wsycqyz wsycqyz reopened this May 27, 2025
@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@wsycqyz
Copy link
Copy Markdown
Contributor Author

wsycqyz commented May 27, 2025

Re-trigger PR test

Copy link
Copy Markdown
Contributor

@XuChen-MSFT XuChen-MSFT left a comment

Choose a reason for hiding this comment

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

lgtm

conditions:
- "'t1' not in topo_type"
- "platform in ['x86_64-8111_32eh_o-r0', 'x86_64-8122_64eh_o-r0', 'x86_64-8122_64ehf_o-r0']"
- "release in ['202412']"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

both failures are not seen in current runs. are you still seeing this failure? it doesn't look like a good idea to skip BGP tests.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I think I know the reason now. and it will still be great to not do this.

@wsycqyz wsycqyz closed this Aug 25, 2025
@wsycqyz wsycqyz deleted the 202412-bgp-skip-tc-master branch August 25, 2025 05:01
yejianquan pushed a commit that referenced this pull request Jan 21, 2026
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in #18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[email protected]>
mssonicbld pushed a commit to mssonicbld/sonic-mgmt that referenced this pull request Jan 21, 2026
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in sonic-net#18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[email protected]>
PriyanshTratiya pushed a commit to PriyanshTratiya/sonic-mgmt that referenced this pull request Jan 21, 2026
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in sonic-net#18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[email protected]>
Signed-off-by: Priyansh Tratiya <[email protected]>
saravanan-nexthop pushed a commit to nexthop-ai/sonic-mgmt that referenced this pull request Jan 22, 2026
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in sonic-net#18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[email protected]>
Signed-off-by: Saravanan Sellappa <[email protected]>
justin-oliver pushed a commit to justin-oliver/sonic-mgmt that referenced this pull request Jan 26, 2026
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in sonic-net#18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[email protected]>
mssonicbld pushed a commit that referenced this pull request Jan 27, 2026
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in #18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[email protected]>
ytzur1 pushed a commit to ytzur1/sonic-mgmt that referenced this pull request Feb 2, 2026
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in sonic-net#18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[email protected]>
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
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in sonic-net#18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[email protected]>
Anirudh-nokia pushed a commit to Anirudh-nokia/sonic-mgmt-fork that referenced this pull request Feb 6, 2026
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in sonic-net#18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[email protected]>
Signed-off-by: ayya <[email protected]>
nnelluri-cisco pushed a commit to nnelluri-cisco/sonic-mgmt that referenced this pull request Feb 12, 2026
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in sonic-net#18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[email protected]>
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
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in sonic-net#18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[email protected]>
Signed-off-by: Raghavendran Ramanathan <[email protected]>
anilal-amd pushed a commit to anilal-amd/anilal-forked-sonic-mgmt that referenced this pull request Feb 19, 2026
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in sonic-net#18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[email protected]>
Signed-off-by: Zhuohui Tan <[email protected]>
abhishek-nexthop pushed a commit to nexthop-ai/sonic-mgmt that referenced this pull request Mar 17, 2026
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in sonic-net#18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[email protected]>
Signed-off-by: Abhishek <[email protected]>
venu-nexthop pushed a commit to venu-nexthop/sonic-mgmt that referenced this pull request Mar 27, 2026
Description of PR
Summary:
Fix the following log analysis error when running generic_config_updater/test_bgp_prefix.py. it's due to the BGP template used for isolated topo is different.

2026 Jan 18 05:17:43.204062 xxxx ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535
same test case has been skipped for 202412 in sonic-net#18612
skip it for 202505 for isolated topo

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

Approach
What is the motivation for this PR?
Skip unsupported feature

How did you do it?
mark condition

How did you verify/test it?
local testbed

Signed-off-by: Dashuai Zhang <[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.

4 participants