Skip to content
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

CVL Changes #1: Initial CVL code reorganization and common infra changes #18

Merged
merged 4 commits into from
Jul 30, 2020

Conversation

dutta-partha
Copy link
Contributor

- Why I did it

As part of CVL code update and new features addition, the existing CVL code has to be reorganized and common infra needs to be changed.

- How I did it

N/A.
Please refer to change log for more details.

- How to verify it

No specific test cases to be executed. Run cvl go test cases using - 'make cvl-test'.

- Description for the changelog

  1. Modify Makefiles
    • Modify CVL Makefile for cleanall rule
    • Modify Makefile for CVL YIN schema generation
    • Modify Makefile for CVL test YIN schema generation
  2. Moved cache, syntax and semantic related code from cvl.go to cvl_cache.go, cvl_syntax.go and cvl_semantics.go respectively .
  3. Added new API signatures for integration. Implementation will be added in subsequent PRs.
  4. Copied sonic-port.yang and sonic-acl.yang to CVL own's test folder.

cvl/cvl.go Outdated Show resolved Hide resolved
cvl/cvl.go Outdated Show resolved Hide resolved
cvl/cvl_cache.go Outdated Show resolved Hide resolved
cvl/cvl_semantics.go Outdated Show resolved Hide resolved
cvl/cvl_test.go Outdated Show resolved Hide resolved
cvl/cvl_test.go Outdated Show resolved Hide resolved
@renukamanavalan renukamanavalan merged commit f3fc40f into sonic-net:master Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants