Skip to content
Snippets Groups Projects

Resolve "The mechanism to watch devices during controller start currently only supports watching the same path for each device"

All threads resolved!
3 files
+ 17
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -20,6 +20,22 @@ type NetworkElement struct {
mock.Mock
}
// GetGnmiSubscriptionPaths provides a mock function with given fields:
func (_m *NetworkElement) GetGnmiSubscriptionPaths() [][]string {
ret := _m.Called()
var r0 [][]string
if rf, ok := ret.Get(0).(func() [][]string); ok {
r0 = rf()
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).([][]string)
}
}
return r0
}
// GetMetadata provides a mock function with given fields:
func (_m *NetworkElement) GetMetadata() conflict.Metadata {
ret := _m.Called()
Loading