Component test for Components Model Wildcard - #738
Draft
niranjanivivek wants to merge 1 commit into
Draft
niranjanivivek wants to merge 1 commit into
niranjanivivek wants to merge 1 commit into
Conversation
Contributor
|
/azp run |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Contributor
|
Hi, there are workflow run(s) waiting for approval, you may be first-time contributor. I will notify maintainers to help approve once PR is approved. Thanks! ---Powered by SONiC BuildBot
|
Contributor
Author
rlucus
suggested changes
Aug 26, 2026
niranjanivivek
force-pushed
the
componenttest_compmodel_wildcard
branch
from
August 27, 2026 16:17
d2c5c25 to
966b58c
Compare
Contributor
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
ndas7
suggested changes
Aug 27, 2026
niranjanivivek
force-pushed
the
componenttest_compmodel_wildcard
branch
from
September 2, 2026 13:29
966b58c to
0466cb1
Compare
Contributor
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Contributor
Author
|
@kwangsuk Please review |
Signed-off-by: Niranjani Vivek <niranjaniv@google.com>
niranjanivivek
force-pushed
the
componenttest_compmodel_wildcard
branch
from
September 9, 2026 11:33
0466cb1 to
779b1c1
Compare
Contributor
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
ndas7
approved these changes
Sep 15, 2026
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.
Base PR: PR #225
The below components tests are for validating Components Model Wildcard
Output:
=== RUN TestGnmiSubscribeTranslibXfmrIC_wildcard
=== RUN TestGnmiSubscribeTranslibXfmrIC_wildcard/Get_all_IC_State_(Wildcard_expansion_check)
server_test.go:6121: Received SyncResponse.
=== RUN TestGnmiSubscribeTranslibXfmrIC_wildcard/Get_all_IC_(Wildcard_expansion_check)
server_test.go:6121: Received SyncResponse.
=== RUN TestGnmiSubscribeTranslibXfmrIC_wildcard/Get_all_Components_State_(Wildcard_expansion_check)
server_test.go:6121: Received SyncResponse.
--- PASS: TestGnmiSubscribeTranslibXfmrIC_wildcard (1.34s)
--- PASS: TestGnmiSubscribeTranslibXfmrIC_wildcard/Get_all_IC_State_(Wildcard_expansion_check) (0.06s)
--- PASS: TestGnmiSubscribeTranslibXfmrIC_wildcard/Get_all_IC_(Wildcard_expansion_check) (0.04s)
--- PASS: TestGnmiSubscribeTranslibXfmrIC_wildcard/Get_all_Components_State_(Wildcard_expansion_check) (0.04s)
PASS