Skip to content
Merged
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
2 changes: 1 addition & 1 deletion tests/generic_config_updater/test_monitor_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def is_policer_supported(duthost):
Return True if policer is supported in MIRROR_SESSION creation on this platform, otherwise return False.
"""
platform = duthost.facts.get('platform', '')
if platform.startswith("x86_64-arista_7060x6_64pe"):
if platform.startswith("x86_64-arista_7060x6"):
return False
return True

Expand Down
Loading