From: Francis Dupont Date: Sun, 23 Sep 2018 16:46:26 +0000 (+0200) Subject: [65-libyang-option-data] Updated dozygen doc with dependencies to run unit tests X-Git-Tag: 65-libyang-option-data_before_rebased~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=720e8e3bee1b052d2a4cf0c3a8275970504509a7;p=thirdparty%2Fkea.git [65-libyang-option-data] Updated dozygen doc with dependencies to run unit tests --- diff --git a/src/lib/yang/yang.dox b/src/lib/yang/yang.dox index ea4bbb3d36..ecd2077686 100644 --- a/src/lib/yang/yang.dox +++ b/src/lib/yang/yang.dox @@ -100,3 +100,25 @@ sysrepoctl -l @endverbatim Make sure that keatest-module is on the list. */ + +To install standard module dependency, look for ietf-inet-types and +ietf-yang-types YANG files in the libyang distribution. + +Note as DHCP modules are still being developed it can be useful to +deinstall them before reinstalling a more recent version vy: +@verbatim +sudo sysrepoctl --uninstall --module= +@endverbatim + +Tests use these modules you can find in src/lib/yang/models in addition +of keatest-module: + - ietf-dhcpv6-server + - kea-ctrl-agent + - kea-dhcp-ddns + - kea-dhcp4-server + - kea-dhcp6-server + +To finish the sysrepod daemon must run as root: +@verbatim +sudo sysrepod +@endverbatim