From 5fcac456aa477d64adcceca75e20da7815988853 Mon Sep 17 00:00:00 2001 From: Justin Wong <51811017+justin-wong-ce@users.noreply.github.com> Date: Wed, 28 Jan 2026 18:50:28 -0800 Subject: [PATCH] Add comparison ignore for extra entries added by generic patcher (#21143) What is the motivation for this PR? configlet/test_add_rack.py is failing. How did you do it? Adding extra entries to ignore. These entries seems to be harmless and not used. However it is not understood why it is being added by config apply-patch. Again, ideally this should be fixed in config apply-patch code. This PR is a workaround for the issue since the extra entries are harmless and does not get used. How did you verify/test it? Test no longer fails Any platform specific information? Broadcom platform is used for testing. --- tests/common/configlet/utils.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/common/configlet/utils.py b/tests/common/configlet/utils.py index 722f5bce930..b057c335256 100644 --- a/tests/common/configlet/utils.py +++ b/tests/common/configlet/utils.py @@ -121,7 +121,14 @@ def do_pause(secs, msg): "keys_skip_val_comp": { "last_up_time", "last_down_time", - "flap_count" + "flap_count", + "pre1", + "pre2", + "pre3", + "post1", + "post2", + "post3", + "main" } }, "state-db": {