From f216b080b6087d89da7b7d69ed6f4928684bd0af Mon Sep 17 00:00:00 2001 From: Ryan Garofano Date: Thu, 20 Nov 2025 12:12:40 -0800 Subject: [PATCH] Add explicit config for creating acl counter Signed-off-by: Ryan Garofano --- tests/packet_trimming/packet_trimming_helper.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/packet_trimming/packet_trimming_helper.py b/tests/packet_trimming/packet_trimming_helper.py index 4e99b208bf..844fa75ce5 100644 --- a/tests/packet_trimming/packet_trimming_helper.py +++ b/tests/packet_trimming/packet_trimming_helper.py @@ -1419,7 +1419,8 @@ def configure_trimming_acl(duthost, test_ports): "ACL_TABLE_TYPE": { ACL_TABLE_TYPE_NAME: { "ACTIONS": [ - "DISABLE_TRIM_ACTION" + "DISABLE_TRIM_ACTION", + "COUNTER" ], "BIND_POINTS": [ "PORT"