-
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
[_sonic_yang_ext.py]: Extend sonic yang class to support cropping, transalation, reverse translation of … #11
[_sonic_yang_ext.py]: Extend sonic yang class to support cropping, transalation, reverse translation of … #11
Commits on Dec 3, 2019
-
[_sonic_yang_ext.py]: Extend sonic yang class to support cropping of …
…config. From the json format of yang models, a map is created from config DB tables to container in yang model. Input Config is cropped on based of this map.
Praveen Chaudhary committedDec 3, 2019 Configuration menu - View commit details
-
Copy full SHA for c19cbca - Browse repository at this point
Copy the full SHA c19cbcaView commit details -
[test_sonic_yang.py]: Test code for sonic yang extension funtionalities.
Test code for copping config DB. Minor fixes in other files.
Praveen Chaudhary committedDec 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 8a338ac - Browse repository at this point
Copy the full SHA 8a338acView commit details -
[_sonic_yang_ext.py]: Translate Config DB format to YANG json as per …
…yang model. Load data in sonic_yang after transalation. Test for translation functionality.
Praveen Chaudhary committedDec 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 0ab1d57 - Browse repository at this point
Copy the full SHA 0ab1d57View commit details
Commits on Dec 4, 2019
-
[test_sonic_yang.py]: Add test for translation.
Added config DB json sample in yangTest.json. Blocked other PLY test cases as of now, because they fail with new yang models.
Praveen Chaudhary committedDec 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 752c996 - Browse repository at this point
Copy the full SHA 752c996View commit details -
[_sonic_yang_ext.py]: Reverse translation i.e. from YANG json to Conf…
…ig DB json. Reverse translation i.e. from YANG json to Config DB json based on yang models. Find xpath for a port. portleaf and a yang list. get_data functions to get rev xlated data from data tree. Test for crop, xlate and rev xlate.
Praveen Chaudhary committedDec 4, 2019 Configuration menu - View commit details
-
Copy full SHA for cad0add - Browse repository at this point
Copy the full SHA cad0addView commit details
Commits on Dec 9, 2019
-
[_sonic_yang_ext.py]: Minor changes to handle exceptions.
Praveen Chaudhary committedDec 9, 2019 Configuration menu - View commit details
-
Copy full SHA for e93edb0 - Browse repository at this point
Copy the full SHA e93edb0View commit details
Commits on Dec 10, 2019
-
[build_debian.sh]: Add neccessary package in sonic image and in sonic…
… slave docker. Fix the test to accomodate for ip-prefix as of now
Praveen Chaudhary committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 754300d - Browse repository at this point
Copy the full SHA 754300dView commit details -
[_sonic_yang_ext.py]: Addressing more exception handling and comments.
Unblocking PLY test cases.
Praveen Chaudhary committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 3e15661 - Browse repository at this point
Copy the full SHA 3e15661View commit details
Commits on Dec 11, 2019
-
[setup.py]: Add _sonic_yang_ext.py in package.
Praveen Chaudhary committedDec 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 2460133 - Browse repository at this point
Copy the full SHA 2460133View commit details -
[test_sonic_yang.py]: Fixing test case for delete node.
Praveen Chaudhary committedDec 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 839d0b8 - Browse repository at this point
Copy the full SHA 839d0b8View commit details