sonic-net / sonic-mgmt

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

[Bug]: route/test_route_perf/test_perf_add_remove_routes - All testcases failing because packets not received. #15652

Open ranepbhagyashree opened 4 days ago

ranepbhagyashree commented 4 days ago

Issue Description

Test: route/test_route_perf/test_perf_add_remove_routes - All testcases failing because packets not received on any of the ports.

All 6 testcases for all three LCs are failing. The destination mac address in the packet is set to router mac address (eth0), that is why we see packet drops.

Results you see

We see packet drops because the destination mac address in the packet is set to router mac address (eth0).

Results you expected to see

The destination mac address must be interface mac address per asic . No packet drops should be seen

Is it platform specific

generic

Relevant log output

1 <?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="0" failures="0" skipped="0" tests="2" time="360.491" timestamp="2024-11-14T23:42:10.731843" hostname="sonic-ucs-m5-10"><properties><property name="topology" value="t2" /><property name="testbed" value="aaa14-t2" /><property name="timestamp" value="2024-11-14 23:43:13.308617" /><property name="host" value="aaa14-lc2" /><property name="asic" value="cisco-8000" /><property name="platform" value="x86_64-88_lc0_36fh-r0" /><property name="hwsku" value="Cisco-88-LC0-36FH-O36" /><property name="os_version" value="azure_cisco_202405.17467-dirty-20241025.143637"/></properties><testcase classname="route.test_route_perf" name="test_perf_add_remove_routes[4-aaa14-lc2-1]" file="route/test_route_perf.py" line="214" time="223.341"><properties><property name="start" value="2024-11-14 23:42:54.421486" /><property name="end" value="2024-11-14 23:46:37.763270" /></properties></testcase><testcase classname="route.test_route_perf" name="test_perf_add_remove_routes[6-aaa14-lc2-1]" file="route/test_route_perf.py" line="214" time="93.452"><properties><property name="start" value="2024-11-14 23:46:37.765279" /><property name="end" value="2024-11-14 23:48:11.218190" /></properties></testcase></testsuite></testsuites>

Output of show version

No response

Attach files (if any)

No response

ranepbhagyashree commented 4 days ago

PR generated: https://github.com/sonic-net/sonic-mgmt/pull/15632/