[202511] Xfail test_ecn_config_updates due to GCU changes for 202511 and master#22466
Merged
vmittal-msft merged 1 commit intosonic-net:202511from Feb 19, 2026
Conversation
sonic-net#22334) * Xfail test_ecn_config_updates due to GCU changes for 202511 and master Following changes done to the GCU validator code in sonic-net/sonic-utilities#4219, `test_ecn_config_updates` now fails with an error saying that the config it is trying to apply should've been rejected, but is actually applied. According to the author of the change, the test code will be modified based on this change. For the purposes of unblocking submodule updates of sonic-utilities on master and 202511, xfail this test case on those two branches. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
vmittal-msft
approved these changes
Feb 19, 2026
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…atically (sonic-net#22466) #### Why I did it src/sonic-utilities ``` * e6fb8f96 - (HEAD -> 202411, origin/202411) Stop the hwclock service and timer files before updating CMOS time (sonic-net#3853) (22 hours ago) [Saikrishna Arcot] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of #22334
Description of PR
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
Following changes done to the GCU validator code in sonic-net/sonic-utilities#4219,
test_ecn_config_updatesnow fails with an error saying that the config it is trying to apply should've been rejected, but is actually applied. According to the author of the change, the test code will be modified based on this change.How did you do it?
For the purposes of unblocking submodule updates of sonic-utilities on master and 202511, xfail this test case on those two branches.
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation