From 720e8e3bee1b052d2a4cf0c3a8275970504509a7 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sun, 23 Sep 2018 18:46:26 +0200 Subject: [PATCH] [65-libyang-option-data] Updated dozygen doc with dependencies to run unit tests --- src/lib/yang/yang.dox | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 -- 2.47.2