Commit f3fc40f
authored
- 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
Modify Makefiles
Modify CVL Makefile for cleanall rule
Modify Makefile for CVL YIN schema generation
Modify Makefile for CVL test YIN schema generation
Moved cache, syntax and semantic related code from cvl.go to cvl_cache.go, cvl_syntax.go and cvl_semantics.go respectively .
Added new API signatures for integration. Implementation will be added in subsequent PRs.
Copied sonic-port.yang and sonic-acl.yang to CVL own's test folder.
1 parent 4922601 commit f3fc40f
13 files changed
Lines changed: 1042 additions & 519 deletions
File tree
- cvl
- schema
- testdata/schema
- models/yang/sonic/common
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
0 commit comments