You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Case tests/fdb/test_fdb_mac_learning.py::testFdbMacLearning failing at dualtor-aa setup.
The check of dummy mac is failing pytest_assert(wait_until(300, 2, 1, fdb_table_has_dummy_mac_for_interface, duthost, target_ports_to_ptf_mapping[0][0], self.DUMMY_MAC_PREFIX), "After starting {}" " and populating fdb, corresponding mac address entry not seen in mac table" .format(target_ports_to_ptf_mapping[0][0]))
Results you see
Case failed: Failed: After starting Ethernet4 and populating fdb, corresponding mac address entry not seen in mac table
The dummy mac exist in the wrong tor.
Results you expected to see
The dummy mac should be in the mac table at the correct tor.
Is it platform specific
generic
Relevant log output
No response
Output of show version
202405
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered:
echuawu
added a commit
to echuawu/sonic-mgmt
that referenced
this issue
Dec 20, 2024
Issue Description
Case tests/fdb/test_fdb_mac_learning.py::testFdbMacLearning failing at dualtor-aa setup.
The check of dummy mac is failing
pytest_assert(wait_until(300, 2, 1, fdb_table_has_dummy_mac_for_interface, duthost, target_ports_to_ptf_mapping[0][0], self.DUMMY_MAC_PREFIX), "After starting {}" " and populating fdb, corresponding mac address entry not seen in mac table" .format(target_ports_to_ptf_mapping[0][0]))
Results you see
Case failed:
Failed: After starting Ethernet4 and populating fdb, corresponding mac address entry not seen in mac table
The dummy mac exist in the wrong tor.
Results you expected to see
The dummy mac should be in the mac table at the correct tor.
Is it platform specific
generic
Relevant log output
No response
Output of
show version
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered: