Roman Dodin
Roman Dodin
https://github.com/nuagenetworks/vspk-python/blob/master/vspk/v5_0/nuenterprise.py#L414
Hi @pdellaert I spotted an interesting thing. When you create some object which accepts XML Blobs (for instance VNF Metadata) you receive the blob back with `3` spaces used as...
gnmic path command allows to extract paths from yang models in different formats. Currently, the following flavours are available: ```json [ { "path": "/acl/capture-filter/ipv4-filter/entry[sequence-id=*]/description", "path-with-prefix": "/srl_nokia-acl:acl/capture-filter/ipv4-filter/entry[sequence-id=*]/description", "type": "description", "description": "Description...
https://github.com/Juniper/yang The versioning in the files names prevent goayng to find the imported modules
by potentially leveraging [netgonf](https://github.com/cisco-ie/netgonf) package
Its been discovered that if a module augments another one, then `goyang` doesn't export path from it. Check with goyang if augmentation works and in what scenarios
Implement a similar feature that pyang has - xml-skeleton. It takes a model, xpath/restconf path and creates an xml skeleton which can be used in netconf. More about it [here](https://netdevops.me/2020/getting-xml-data-sample-for-a-given-leaf-in-a-yang-model/)
Wondering if this is possible? Would make my test suites much more readable...