diff --git a/test/test_yang_models_ietf.sh b/test/test_yang_models_ietf.sh index 8d08f1bc..314405de 100755 --- a/test/test_yang_models_ietf.sh +++ b/test/test_yang_models_ietf.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Parse "all" IETF yangmodels from https://github.com/YangModels/yang/standard/ieee and experimental/ieee +# Parse "all" IETF yangmodels from https://github.com/YangModels/yang/standard/ietf # Notes: # - Only a simple smoketest (CLI check) is made, essentially YANG parsing. A full system may not work # - Env variable YANG_STANDARD_DIR should point to yangmodels/standard @@ -17,16 +17,19 @@ cfg=$dir/conf_yang.xml cat < $cfg $cfg - ietf-alarms:alarm-shelving - ietf-subscribed-notifications:configured - ietf-subscribed-notifications:replay - ietf-access-control-list:match-on-tcp - ietf-te-topology:template - ietf-te-topology:te-topology-hierarchy - ietf-te-types:path-optimization-metric + + ietf-vpn-common:vxlan + ietf-vpn-common:rtg-isis + ietf-vpn-common:bfd + ietf-vpn-common:qos + ietf-vpn-common:multicast + ietf-vpn-common:igmp + ietf-vpn-common:mld + ${YANG_INSTALLDIR} + ${YANG_STANDARD_DIR}/ietf/RFC + ${YANG_STANDARD_DIR}/ieee/published - ${YANG_STANDARD_DIR}/ietf/RFC true /usr/local/lib/$APPNAME/clispec /usr/local/lib/$APPNAME/cli diff --git a/test/vagrant/vagrant.sh b/test/vagrant/vagrant.sh index 00d05cfe..c595d061 100755 --- a/test/vagrant/vagrant.sh +++ b/test/vagrant/vagrant.sh @@ -280,6 +280,7 @@ cat< $dir/yangmodels.sh cd /usr/local/share test -d yang || mkdir yang cd yang +git config --global init.defaultBranch master git init git remote add -f origin https://github.com/YangModels/yang git config core.sparseCheckout true