onosproject / gnxi-simulators

Code for simulating various device and orchestration entities with which ONOS interacts, e.g. gNMI, gNOI, P4Runtime
14 stars 15 forks source link

Migrate from ygot experimental API to non experimental API #105

Closed adibrastegarnia closed 4 years ago

adibrastegarnia commented 4 years ago

This PR migrates ygot experimental API to non experimental API that is used to retrieve a node from config tree. The new API returns a node tree which has a Data interface in it that can be used to retrieve the required information. Looks like working fine with onos-config but I think I should fix unit tests now.