[smartswitch] fix the errors from command execution on DPU#23323
Merged
prabhataravind merged 1 commit intosonic-net:masterfrom Mar 26, 2026
Merged
[smartswitch] fix the errors from command execution on DPU#23323prabhataravind merged 1 commit intosonic-net:masterfrom
prabhataravind merged 1 commit intosonic-net:masterfrom
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Mihut Aronovici <[email protected]>
dc25301 to
ea2ed16
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
yxieca
approved these changes
Mar 26, 2026
Collaborator
yxieca
left a comment
There was a problem hiding this comment.
AI agent on behalf of Ying. Reviewed; no issues found.
prabhataravind
approved these changes
Mar 26, 2026
ravaliyel
pushed a commit
to ravaliyel/sonic-mgmt
that referenced
this pull request
Mar 27, 2026
Signed-off-by: Mihut Aronovici <[email protected]>
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.
Description of PR
Summary:
Fixes #23311
Fixes this issue:
vnet and PL redirect DASH Tests are failing because this command failure: config loopback add Loopback0', 'config int ip add Loopback0 10.1.0.5/32', 'ip route replace default via '
Type of change
Back port request
Approach
What is the motivation for this PR?
Need a fix for vnet and PL redirect DASH tests that are failing because this command failure: config loopback add Loopback0', 'config int ip add Loopback0 10.1.0.5/32', 'ip route replace default via '
This is because after topology changes introduced in PR 22902, npu_data_port_ip is not set.
How did you do it?
Skipped the command execution when those fields are empty
How did you verify/test it?
Run on MtFuji topology
Any platform specific information?
MtFuji
Supported testbed topology if it's a new test case?
cmono_t1
Documentation
N/A