This repository was archived by the owner on Aug 31, 2022. It is now read-only.
Adding new data set to query Sonic OS version.#50
Merged
pra-moh merged 3 commits intosonic-net:masterfrom Dec 3, 2020
Merged
Conversation
Bring changes from base.
Merged
3 tasks
pra-moh
reviewed
Nov 30, 2020
pra-moh
reviewed
Nov 30, 2020
pra-moh
approved these changes
Dec 3, 2020
hui-ma
approved these changes
Dec 3, 2020
wangxin
pushed a commit
to sonic-net/sonic-mgmt
that referenced
this pull request
Dec 15, 2020
…2578) Adding a new test case to validate the osversion/build telemetry query. This is a new query to get the Sonic build version from the telemetry service. Details of the changes on telemetry service can be found in this PR: sonic-net/sonic-telemetry#50 What is the motivation for this PR? A test case needed to cover a recently added telemetry service feature. How did you do it? The test case runs the mentioned query and checks the existence of expected keywords in the response. How did you verify/test it? Using Sonic KVM testbed. Co-authored-by: Murat <[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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Adding new data set to query Sonic OS version. This new data set can be queried with
osversion/build.The source of the data is a system configuration file that found at
/etc/sonic/sonic_version.yml. An example content:However, currently only
build_versionfield from that file is included in the GNMI response. Other fields can be added easily when they are needed.If the file is not found or cannot be parsed, the output would contain
errormessage (see the last example below). This field would be empty otherwise.See example outputs for the GNMI query:
gnmi_cli: osversion-go.txt