JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents, and a plugin for pyang (http://code.google.com/p/pyang/) to generate Java classes from YANG models, to be used by the JNC library.
The directory tests/ contains a set of unit tests for the jnc pyang plugin and several larger-scale tests for the whole package. They can be run now all or selectively using pytest.
Some of the unit tests and the large 12-test-augment are failing; I'll open issue reports for those.
The directory
tests/
contains a set of unit tests for the jnc pyang plugin and several larger-scale tests for the whole package. They can be run now all or selectively usingpytest
.Some of the unit tests and the large
12-test-augment
are failing; I'll open issue reports for those.