Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/common/plugins/sanity_check/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ def _is_voq_chassis(duthosts):
if 'check_mac_entry_count' in filtered_check_items:
filtered_check_items.remove('check_mac_entry_count')

# Temporarily disable check_mac_entry_count sanity due to a known issue. Will be enabled after the issue is fixed.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cyw233 does this check causes any issue in chassis test?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yejianquan No not yet, this sanity is being skipped on VoQ chassis (code ref), so I think we will be the first one running this in our Nightly.

Last time @abdosi quickly mentioned there will be a small chance that show mac command would get stuck, so I created this PR. Maybe we can hold this PR now and only merge it when this sanity check is actually causing any issues?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I would prefer to hold this PR for now

if 'check_mac_entry_count' in filtered_check_items:
filtered_check_items.remove('check_mac_entry_count')

return filtered_check_items


Expand Down
Loading