sonic-net / sonic-mgmt

Configuration management examples for SONiC
Other
200 stars 732 forks source link

[action] [PR:15622] Ignore test_bgp_prefix.py::test_bgp_prefix_tc1_suite for Cisco 8122 backend compute ai deployment #15633

Closed mssonicbld closed 1 week ago

mssonicbld commented 1 week ago

Description of PR

Summary: Ignore test_bgp_prefix.py::test_bgp_prefix_tc1_suite for Cisco 8122 backend compute ai deployment

Type of change

Back port request

Approach

What is the motivation for this PR?

Testcase failed: 2024 Nov 14 08:57:04.106664 str3-8122-01 ERR bgp#bgpcfgd: BGPAllowListMgr::Default action community value is not found. route-map 'ALLOW_LIST_DEPLOYMENT_ID_0_V4' entry. seq_no=65535

Cisco 8122 backend compute ai deployment uses totally different BGP teamplate. The above check is meaningless. So, we shoud ignore test_bgp_prefix.py::test_bgp_prefix_tc1_suite.

How did you do it?

Ignore test_bgp_prefix.py::test_bgp_prefix_tc1_suite for Cisco 8122 backend compute ai deployment

How did you verify/test it?

Any platform specific information?

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

Documentation

mssonicbld commented 1 week ago

Original PR: https://github.com/sonic-net/sonic-mgmt/pull/15622