Skip to content
Snippets Groups Projects

Resolve "Requesting information from the Controller via NBI takes very long"

All threads resolved!
17 files
+ 1146
38
Compare changes
  • Side-by-side
  • Inline
Files
17
  • 360fe42d
    Merge branch... · 360fe42d
    Malte Bauch authored
    Merge branch '230-requesting-information-from-the-controller-via-nbi-takes-very-long' of code.fbi.h-da.de:danet/gosdn into 230-requesting-information-from-the-controller-via-nbi-takes-very-long
+ 10
6
// Code generated by mockery v2.11.0. DO NOT EDIT.
// Code generated by mockery v2.14.0. DO NOT EDIT.
package mocks
import (
testing "testing"
time "time"
pnd "code.fbi.h-da.de/danet/gosdn/api/go/gosdn/pnd"
mock "github.com/stretchr/testify/mock"
time "time"
uuid "github.com/google/uuid"
ygot "github.com/openconfig/ygot/ygot"
@@ -124,9 +122,15 @@ func (_m *Change) State() pnd.ChangeState {
return r0
}
// NewChange creates a new instance of Change. It also registers a cleanup function to assert the mocks expectations.
func NewChange(t testing.TB) *Change {
type mockConstructorTestingTNewChange interface {
mock.TestingT
Cleanup(func())
}
// NewChange creates a new instance of Change. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func NewChange(t mockConstructorTestingTNewChange) *Change {
mock := &Change{}
mock.Mock.Test(t)
t.Cleanup(func() { mock.AssertExpectations(t) })
Loading