Adam Piecek

Results 4 comments of Adam Piecek

``` ./yanglint -h ``` ... ``` -f FORMAT, --format=FORMAT Convert input into FORMAT. Supported formats: yang, yin, tree, info and feature-param for schemas, xml, json, and lyb for data. ```...

You can see more examples of using `yanglint` in the `tests/yanglint/non-interactive` directory in the tests, which are written in `tcl` language, but they might help you too. Interactive tests are...

Most likely, the problem is that the `timeout` is set low. Could you please increase the `timeout`, I don't know, maybe `5 seconds`? Here it is: https://github.com/CESNET/libyang/blob/f048ba5277227d721e0c39b162e8e7510aeb742c/tools/lint/tests/interactive/ly.tcl#L6 Let me know...

Sending `netconf-confirmed-commit` notifications has been implemented. Please try it by updating Netopeer's `devel` branch.