]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[65-libyang-option-data] Updated dozygen doc with dependencies to run unit tests
authorFrancis Dupont <fdupont@isc.org>
Sun, 23 Sep 2018 16:46:26 +0000 (18:46 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sun, 23 Sep 2018 16:46:26 +0000 (18:46 +0200)
src/lib/yang/yang.dox

index ea4bbb3d3650db04451ff3c03a0a06bfcac1e5f3..ecd207768698ea904b1a07359be30076a50941ec 100644 (file)
@@ -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=<module-name>
+@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