sonic-mgmt icon indicating copy to clipboard operation
sonic-mgmt copied to clipboard

test fdb mac move

Open anshuldubela opened this issue 10 months ago • 0 comments

Description of PR

name="test_fdb_mac_move" failure message="Failed: FDB Table Cleanup failed"

Summary: Fixes # (issue) The Test tests/fdb/test_fdb_mac_move.py performs below operations.

  • Flush dataplane

While verification we found that the Flush dataplane was not flushing all the data. ptfadapter.dataplane.flush()

So, we have added extra 10Sec time to it. time.sleep(10)

Type of change

  • [ ] Bug fix
  • [ ] Testbed and Framework(new/improvement)
  • [ ] Test case(new/improvement)

Back port request

  • [ ] 201911
  • [ ] 202012
  • [ ] 202205
  • [x] 202305
  • [ ] 202311

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

anshuldubela avatar Apr 15 '24 16:04 anshuldubela