tests: check what happens when deleting "wrong nodes"

There are two kinds of "wrong nodes", either XPaths which are wrong on
the schema level, i.e., referring to non-existing schema nodes, or
XPaths that use wrong list/leaf-list keys. Let's test both. The behavior
is different between sysrepo ("just give me your garbage, I'll silently
do a no-op on them") and Netopeer2 ("err: there's no such item"), so we
got uber-creative this Friday and reached the constexpr nirvana. I
insisted on this.

Change-Id: If771f859fd0a6463fe877cbb3f03160b8d871c67
Co-authored-by: Václav Kubernát <kubernat@cesnet.cz>
1 file changed
tree: 480805b5a8081913b1dcb852615a1f4ec797a2d3
  1. .clang-format
  2. .gitmodules
  3. .zuul.CzechLight-internal.yaml
  4. .zuul.public.yaml
  5. CMakeLists.txt
  6. Doxyfile.in
  7. LICENSE
  8. LICENSE.md
  9. README.md
  10. ci/
  11. cmake/
  12. docs/
  13. src/
  14. submodules/
  15. tests/
README.md

Console interface to NETCONF servers

This program provides an interactive console for working with YANG data. It can connect to NETCONF servers, and also talk to sysrepo locally.

Installation

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.

Bug Reporting

Issue reporting and feature requests are welcome via Taiga.io.

Development

We are using Gerrit for patch submission, code review and Continuous Integration (CI). Development roadmap and planning happens over Taiga.io.

Credits

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.