sonic-net / sonic-mgmt

Configuration management examples for SONiC
Other
176 stars 700 forks source link

[Bug]: test case arp/test_stress_arp.py failed #13890

Closed lipxu closed 6 days ago

lipxu commented 1 month ago

Issue Description

Test case failed

Results you see

      pytest_assert(wait_until(20, 1, 0, lambda: get_fdb_dynamic_mac_count(duthost) >= arp_avaliable),

"ARP Table Add failed") E Failed: ARP Table Add failed

Results you expected to see

success

Is it platform specific

generic

Relevant log output

No response

Output of show version

No response

Attach files (if any)

No response

lipxu commented 1 month ago

PR https://github.com/sonic-net/sonic-mgmt/pull/13861 is for the fix

lipxu commented 6 days ago

PR merged, close the issue.