commit | cfdb922dc40bec8b01e631f7629d3c88125bc6e6 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Wed Jul 07 22:36:24 2021 +0200 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Tue Mar 01 23:43:29 2022 +0100 |
tree | 81e7fa2b95d168cf9aa9ca6c9feb0c53243850cc | |
parent | ba3415a209d76a6d7ab3a7887cb2a926ee4d8cac [diff] [blame] |
Migrate to libyang2 libnetconf2: getSchema and getConfig were no longer used in netconf-cli, so I deleted them. They can get readded once the bindings get split into a separate project. sysrepo_access: Some sr_val stuff was removed. YangSchema: type descriptions are not available availableNodes returns only input nodes for RPC nodes impl_getSchemaNode: no longer disables error printing libyang: No longer supports leafrefs without the leaf it points to. Depends-on: https://cesnet-gerrit-czechlight/c/CzechLight/dependencies/+/5171 Depends-on: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/5171 Change-Id: Ie49381a003a61a7bb028be7b2fa1d9d926ac4e58
diff --git a/tests/cleanup_datastore.bash.in b/tests/cleanup_datastore.bash.in index f5f71ac..7fdd986 100755 --- a/tests/cleanup_datastore.bash.in +++ b/tests/cleanup_datastore.bash.in
@@ -28,8 +28,8 @@ # https://stackoverflow.com/a/41613532 tail --pid="$NETOPEER_PID" -f /dev/null - rm "$NETOPEER_SOCKET" + rm -f "$NETOPEER_SOCKET" fi -rm -r "$SYSREPO_REPOSITORY_PATH" +rm -rf "$SYSREPO_REPOSITORY_PATH" rm -rf "/dev/shm/$SYSREPO_SHM_PREFIX"*