Implement OpenConfig provider for core resource types - #492
Implement OpenConfig provider for core resource types#492felix-kaestner wants to merge 1 commit into
Conversation
5d42e7b to
f2feeca
Compare
f2feeca to
d326629
Compare
Test Report — OpenConfig Provider (Nokia SRL 26.7.1)Local Dev ChecksReal Device — Nokia SRL 26.7.1 @ 172.20.20.2:57400
8/9 passed gnmic outputs
|
2bd7ac5 to
6b27c8e
Compare
Add provider implementations for ACL, AAA, BGP, BGPPeer, ISIS, LLDP, NTP, PrefixSet, RoutingPolicy, Syslog, and VRF resources targeting Nokia SRLinux via gNMI. Use SetBuilder for multi-element operations and direct client calls for single-element operations. Guard unsupported fields with UnsupportedFieldError. Signed-off-by: Felix Kästner <felix.kaestner@sap.com>
6b27c8e to
f72e5a0
Compare
Merging this branch will increase overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
Add provider implementations for ACL, AAA, BGP, BGPPeer, ISIS, LLDP,
NTP, PrefixSet, RoutingPolicy, Syslog, and VRF resources targeting
Nokia SRLinux via gNMI.
Use SetBuilder for multi-element operations and direct client calls
for single-element operations. Guard unsupported fields with
UnsupportedFieldError.