commit | 1dc9e3e1c19955a50761a1b9a86e733917410070 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Tue Jun 09 15:22:39 2020 +0200 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Tue Jun 09 16:52:28 2020 +0200 |
tree | d136bc7b1ca610a64a1afcfd7cc9c5c2050428aa | |
parent | 64ba7436bba44c922f57c486e2fdc05872dbe450 [diff] |
tests: Fix yang if-feature enum test The original idea was that enum_ doesn't have a deafult constructor, so I use lambda to assign a value to it. Lambdas are cool and all, but SECTION doesn't work inside a lambda like that. Found via code coverage. Change-Id: I363040ad894bb2fc537b6f3dc9f543ead2501d71
This program provides an interactive console for working with YANG data. It can connect to NETCONF servers, and also talk to sysrepo locally.
For building, one needs:
Use an exact commit of any dependencies as specified in submodules/dependencies/*
.
The build process uses CMake. A quick-and-dirty build with no fancy options can be as simple as mkdir build && cd build && cmake .. && make && make install
.
Issue reporting and feature requests are welcome via Taiga.io.
We are using Gerrit for patch submission, code review and Continuous Integration (CI). Development roadmap and planning happens over Taiga.io.
Copyright © CESNET, https://www.cesnet.cz/ . Portions copyright © Faculty of Information Technology, Czech Technical University in Prague, https://fit.cvut.cz/ . Most of the code was written by Václav Kubernát (CESNET, formerly FIT ČVUT) and Jan Kundrát (CESNET). The project is distributed under the terms of the Apache 2.0 license.