test yangmodels, filter mpls-ldp yang models due to bug(again)
This commit is contained in:
parent
fb86285984
commit
8d5694cc1c
2 changed files with 5 additions and 4 deletions
|
|
@ -26,7 +26,7 @@ fi
|
|||
# OPENCONFIG dir has a small number of extra yangs apart from OCDIR
|
||||
OCDIR=$OPENCONFIG/release/models
|
||||
|
||||
files=$(find ${OPENCONFIG} -name "*.yang")
|
||||
files=$(find ${OPENCONFIG} -type f -name "*.yang")
|
||||
|
||||
# Count nr of modules (exclude submodule) Assume "module" or "submodule"
|
||||
# first word on first line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue