-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update gNMI-1.4 to validate subcomponents paths. #3132
Merged
wenovus
merged 10 commits into
openconfig:main
from
SydneyCaulfeild:update-gnmi-1.4-with-subcomponents
Jun 26, 2024
Merged
Update gNMI-1.4 to validate subcomponents paths. #3132
wenovus
merged 10 commits into
openconfig:main
from
SydneyCaulfeild:update-gnmi-1.4-with-subcomponents
Jun 26, 2024
Conversation
This file contains 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
Pull Request Functional Test Report for #3132 / c1b2266Virtual Devices
Hardware Devices
|
Pull Request Test Coverage Report for Build 9668043105Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9669177838Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9669364830Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9669707699Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9670920467Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9670926348Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9670939927Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9670972619Details
💛 - Coveralls |
wenovus
previously approved these changes
Jun 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. One optional comment.
feature/platform/tests/telemetry_inventory_test/telemetry_inventory_test.go
Outdated
Show resolved
Hide resolved
wenovus
previously approved these changes
Jun 25, 2024
Pull Request Test Coverage Report for Build 9671095556Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9671122211Details
💛 - Coveralls |
wenovus
approved these changes
Jun 25, 2024
frasieroh
pushed a commit
to aristanetworks/openconfig-featureprofiles
that referenced
this pull request
Jun 26, 2024
* Add subcomponents/ to README. * Check that subcomponent exists in telemetry_inventory_test. * Update README - validate sucomponent name for any component type. * Fix iteration over subcomponents. * Rename variable. * Add else for empty subcomponent. * Access subcomponent directly. * Rename function and update comment
nsadhasivam
pushed a commit
to nsadhasivam/featureprofiles
that referenced
this pull request
Jun 27, 2024
* Add subcomponents/ to README. * Check that subcomponent exists in telemetry_inventory_test. * Update README - validate sucomponent name for any component type. * Fix iteration over subcomponents. * Rename variable. * Add else for empty subcomponent. * Access subcomponent directly. * Rename function and update comment
ANISH-GOTTAPU
pushed a commit
to open-traffic-generator/featureprofiles
that referenced
this pull request
Jul 10, 2024
* Add subcomponents/ to README. * Check that subcomponent exists in telemetry_inventory_test. * Update README - validate sucomponent name for any component type. * Fix iteration over subcomponents. * Rename variable. * Add else for empty subcomponent. * Access subcomponent directly. * Rename function and update comment
bkreddy143
pushed a commit
to nokia/featureprofiles
that referenced
this pull request
Jul 17, 2024
* Add subcomponents/ to README. * Check that subcomponent exists in telemetry_inventory_test. * Update README - validate sucomponent name for any component type. * Fix iteration over subcomponents. * Rename variable. * Add else for empty subcomponent. * Access subcomponent directly. * Rename function and update comment
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.
If a component has either
components/component/subcomponents/subcomponent/name
orcomponents/component/subcomponents/subcomponent/state/name
, then the leafref value of this path should be for a component that exists on that device.