forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 3
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
yang models for device_metadata, device_neighbor, flex_counters, crm, versions. Processing code and tests. #87
Merged
praveen-li
merged 9 commits into
zhenggen-xu:sonic-cfg-mgmt
from
praveen-li:new_yang_models
Jul 15, 2020
Merged
yang models for device_metadata, device_neighbor, flex_counters, crm, versions. Processing code and tests. #87
praveen-li
merged 9 commits into
zhenggen-xu:sonic-cfg-mgmt
from
praveen-li:new_yang_models
Jul 15, 2020
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
Changes: 1.) Changing sonic-head to sonic-types. 2.) change prefix from head to stypes. Signed-off-by: Praveen Chaudhary [email protected] Conflicts: src/sonic-yang-models/yang-models/sonic-acl.yang src/sonic-yang-models/yang-models/sonic-extension.yang src/sonic-yang-models/yang-models/sonic-types.yang
…_counters, crm, versions. Changes: 1.) yang models for device_metadata, device_neighbor, flex_counters, crm, versions. Signed-off-by: Praveen Chaudhary [email protected]:
Signed-off-by: Praveen Chaudhary [email protected]
…Correction. Signed-off-by: Praveen Chaudhary [email protected]
…d VERSION Yang Models. Signed-off-by: Praveen Chaudhary [email protected]
Changes: Support container(s), list(s) and leaves inside a container. Signed-off-by: Praveen Chaudhary [email protected]
…all tables in input. Signed-off-by: Praveen Chaudhary [email protected]
…ypes.yang Signed-off-by: Praveen Chaudhary [email protected]
praveen-li
commented
Jul 14, 2020
vasant17
reviewed
Jul 14, 2020
li-pingmao
reviewed
Jul 14, 2020
li-pingmao
reviewed
Jul 14, 2020
Signed-off-by: Praveen Chaudhary [email protected]
li-pingmao
approved these changes
Jul 15, 2020
praveen-li
pushed a commit
to praveen-li/sonic-buildimage
that referenced
this pull request
Sep 15, 2020
[ledd][multi-ASIC] Update to ledd based on sonic-swss-common updates (zhenggen-xu#87) remove sonic-utilities dependency from pcied (zhenggen-xu#88)
praveen-li
pushed a commit
to praveen-li/sonic-buildimage
that referenced
this pull request
May 28, 2021
… versions. Processing code and tests. (zhenggen-xu#87) * [sonic-yang-models/yang-models]: Changing sonic-head to sonic-types. Changes: 1.) Changing sonic-head to sonic-types. 2.) change prefix from head to stypes. Signed-off-by: Praveen Chaudhary [email protected] Conflicts: src/sonic-yang-models/yang-models/sonic-acl.yang src/sonic-yang-models/yang-models/sonic-extension.yang src/sonic-yang-models/yang-models/sonic-types.yang * [yang_models]: yang models for device_metadata, device_neighbor, flex_counters, crm, versions. Changes: 1.) yang models for device_metadata, device_neighbor, flex_counters, crm, versions. Signed-off-by: Praveen Chaudhary [email protected]: * [sonic_yang_models]: Includes files in setup.py and fix pyang warnings. Signed-off-by: Praveen Chaudhary [email protected] * [sonic-yang-models/yang-models/sonic-versions.yang]: Version Pattern Correction. Signed-off-by: Praveen Chaudhary [email protected] * [yangTest.json]: Tests for CRM, BRK CFG, FLEX, DEV_META, DEV_NEIGH and VERSION Yang Models. Signed-off-by: Praveen Chaudhary [email protected] * [_sonic_yang_ext.py]: Process container and leaves in container. Changes: Support container(s), list(s) and leaves inside a container. Signed-off-by: Praveen Chaudhary [email protected] * [test_sonic_yang.py]: Update test to make sure yang models exist for all tables in input. Signed-off-by: Praveen Chaudhary [email protected] * [sonic_yang_ext.py]: Minor change because of sonic-head.yang->sonic-types.yang Signed-off-by: Praveen Chaudhary [email protected] * [sonic_yang_ext.py]: Minor changes in comments. Signed-off-by: Praveen Chaudhary [email protected] RB=2190644 G=lnos-reviewers R=pchaudhary,pmao,samaity,zxu A=pchaudhary
praveen-li
pushed a commit
to praveen-li/sonic-buildimage
that referenced
this pull request
Aug 9, 2022
e56e9b4 Fix CVE-2021-3121 warning (sonic-net#96) bf1be4f [ci]: Support code diff coverage threshold 50% (zhenggen-xu#94) 64e516c Ported Marvell armhf build on x86 for debian buster to use cross-compilation instead of qemu emulation (zhenggen-xu#80) e426388 [ci]: Support azp code coverage (zhenggen-xu#87)
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.
- What I did
yang models for device_metadata, device_neighbor, flex_counters, crm, versions. Processing code and tests.
- How I did it
Support container(s), list(s) and leaves inside a container.
- How to verify it
Added 2 new tests in sonic_yang_models and 1 new test in sonic_yang_mgmt.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)