Documentation ¶
Overview ¶
Package testing is a generated GoMock package.
Index ¶
- type MockOVSBridgeClient
- func (m *MockOVSBridgeClient) AddBridgeOtherConfig(arg0 map[string]interface{}) ovsconfig.Error
- func (m *MockOVSBridgeClient) AddOVSOtherConfig(arg0 map[string]interface{}) ovsconfig.Error
- func (m *MockOVSBridgeClient) Create() ovsconfig.Error
- func (m *MockOVSBridgeClient) CreateAccessPort(arg0, arg1 string, arg2 map[string]interface{}, arg3 uint16) (string, ovsconfig.Error)
- func (m *MockOVSBridgeClient) CreateInternalPort(arg0 string, arg1 int32, arg2 map[string]interface{}) (string, ovsconfig.Error)
- func (m *MockOVSBridgeClient) CreatePort(arg0, arg1 string, arg2 map[string]interface{}) (string, ovsconfig.Error)
- func (m *MockOVSBridgeClient) CreateTunnelPort(arg0 string, arg1 ovsconfig.TunnelType, arg2 int32) (string, ovsconfig.Error)
- func (m *MockOVSBridgeClient) CreateTunnelPortExt(arg0 string, arg1 ovsconfig.TunnelType, arg2 int32, arg3 bool, ...) (string, ovsconfig.Error)
- func (m *MockOVSBridgeClient) CreateUplinkPort(arg0 string, arg1 int32, arg2 map[string]interface{}) (string, ovsconfig.Error)
- func (m *MockOVSBridgeClient) Delete() ovsconfig.Error
- func (m *MockOVSBridgeClient) DeleteOVSOtherConfig(arg0 map[string]interface{}) ovsconfig.Error
- func (m *MockOVSBridgeClient) DeletePort(arg0 string) ovsconfig.Error
- func (m *MockOVSBridgeClient) DeletePorts(arg0 []string) ovsconfig.Error
- func (m *MockOVSBridgeClient) EXPECT() *MockOVSBridgeClientMockRecorder
- func (m *MockOVSBridgeClient) GetBridgeName() string
- func (m *MockOVSBridgeClient) GetExternalIDs() (map[string]string, ovsconfig.Error)
- func (m *MockOVSBridgeClient) GetInterfaceOptions(arg0 string) (map[string]string, ovsconfig.Error)
- func (m *MockOVSBridgeClient) GetOFPort(arg0 string, arg1 bool) (int32, ovsconfig.Error)
- func (m *MockOVSBridgeClient) GetOVSDatapathType() ovsconfig.OVSDatapathType
- func (m *MockOVSBridgeClient) GetOVSOtherConfig() (map[string]string, ovsconfig.Error)
- func (m *MockOVSBridgeClient) GetOVSVersion() (string, ovsconfig.Error)
- func (m *MockOVSBridgeClient) GetPortData(arg0, arg1 string) (*ovsconfig.OVSPortData, ovsconfig.Error)
- func (m *MockOVSBridgeClient) GetPortList() ([]ovsconfig.OVSPortData, ovsconfig.Error)
- func (m *MockOVSBridgeClient) IsHardwareOffloadEnabled() bool
- func (m *MockOVSBridgeClient) SetBridgeMcastSnooping(arg0 bool) ovsconfig.Error
- func (m *MockOVSBridgeClient) SetDatapathID(arg0 string) ovsconfig.Error
- func (m *MockOVSBridgeClient) SetExternalIDs(arg0 map[string]interface{}) ovsconfig.Error
- func (m *MockOVSBridgeClient) SetInterfaceMTU(arg0 string, arg1 int) error
- func (m *MockOVSBridgeClient) SetInterfaceOptions(arg0 string, arg1 map[string]interface{}) ovsconfig.Error
- func (m *MockOVSBridgeClient) SetInterfaceType(arg0, arg1 string) ovsconfig.Error
- func (m *MockOVSBridgeClient) SetPortExternalIDs(arg0 string, arg1 map[string]interface{}) ovsconfig.Error
- func (m *MockOVSBridgeClient) UpdateOVSOtherConfig(arg0 map[string]interface{}) ovsconfig.Error
- type MockOVSBridgeClientMockRecorder
- func (mr *MockOVSBridgeClientMockRecorder) AddBridgeOtherConfig(arg0 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) AddOVSOtherConfig(arg0 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) Create() *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) CreateAccessPort(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) CreateInternalPort(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) CreatePort(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) CreateTunnelPort(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) CreateTunnelPortExt(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) CreateUplinkPort(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) Delete() *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) DeleteOVSOtherConfig(arg0 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) DeletePort(arg0 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) DeletePorts(arg0 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) GetBridgeName() *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) GetExternalIDs() *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) GetInterfaceOptions(arg0 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) GetOFPort(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) GetOVSDatapathType() *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) GetOVSOtherConfig() *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) GetOVSVersion() *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) GetPortData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) GetPortList() *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) IsHardwareOffloadEnabled() *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) SetBridgeMcastSnooping(arg0 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) SetDatapathID(arg0 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) SetExternalIDs(arg0 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) SetInterfaceMTU(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) SetInterfaceOptions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) SetInterfaceType(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) SetPortExternalIDs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOVSBridgeClientMockRecorder) UpdateOVSOtherConfig(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockOVSBridgeClient ¶
type MockOVSBridgeClient struct {
// contains filtered or unexported fields
}
MockOVSBridgeClient is a mock of OVSBridgeClient interface
func NewMockOVSBridgeClient ¶
func NewMockOVSBridgeClient(ctrl *gomock.Controller) *MockOVSBridgeClient
NewMockOVSBridgeClient creates a new mock instance
func (*MockOVSBridgeClient) AddBridgeOtherConfig ¶ added in v1.5.0
func (m *MockOVSBridgeClient) AddBridgeOtherConfig(arg0 map[string]interface{}) ovsconfig.Error
AddBridgeOtherConfig mocks base method
func (*MockOVSBridgeClient) AddOVSOtherConfig ¶
func (m *MockOVSBridgeClient) AddOVSOtherConfig(arg0 map[string]interface{}) ovsconfig.Error
AddOVSOtherConfig mocks base method
func (*MockOVSBridgeClient) Create ¶
func (m *MockOVSBridgeClient) Create() ovsconfig.Error
Create mocks base method
func (*MockOVSBridgeClient) CreateAccessPort ¶ added in v1.6.0
func (m *MockOVSBridgeClient) CreateAccessPort(arg0, arg1 string, arg2 map[string]interface{}, arg3 uint16) (string, ovsconfig.Error)
CreateAccessPort mocks base method
func (*MockOVSBridgeClient) CreateInternalPort ¶
func (m *MockOVSBridgeClient) CreateInternalPort(arg0 string, arg1 int32, arg2 map[string]interface{}) (string, ovsconfig.Error)
CreateInternalPort mocks base method
func (*MockOVSBridgeClient) CreatePort ¶
func (m *MockOVSBridgeClient) CreatePort(arg0, arg1 string, arg2 map[string]interface{}) (string, ovsconfig.Error)
CreatePort mocks base method
func (*MockOVSBridgeClient) CreateTunnelPort ¶
func (m *MockOVSBridgeClient) CreateTunnelPort(arg0 string, arg1 ovsconfig.TunnelType, arg2 int32) (string, ovsconfig.Error)
CreateTunnelPort mocks base method
func (*MockOVSBridgeClient) CreateTunnelPortExt ¶
func (m *MockOVSBridgeClient) CreateTunnelPortExt(arg0 string, arg1 ovsconfig.TunnelType, arg2 int32, arg3 bool, arg4, arg5, arg6, arg7 string, arg8, arg9 map[string]interface{}) (string, ovsconfig.Error)
CreateTunnelPortExt mocks base method
func (*MockOVSBridgeClient) CreateUplinkPort ¶
func (m *MockOVSBridgeClient) CreateUplinkPort(arg0 string, arg1 int32, arg2 map[string]interface{}) (string, ovsconfig.Error)
CreateUplinkPort mocks base method
func (*MockOVSBridgeClient) Delete ¶
func (m *MockOVSBridgeClient) Delete() ovsconfig.Error
Delete mocks base method
func (*MockOVSBridgeClient) DeleteOVSOtherConfig ¶
func (m *MockOVSBridgeClient) DeleteOVSOtherConfig(arg0 map[string]interface{}) ovsconfig.Error
DeleteOVSOtherConfig mocks base method
func (*MockOVSBridgeClient) DeletePort ¶
func (m *MockOVSBridgeClient) DeletePort(arg0 string) ovsconfig.Error
DeletePort mocks base method
func (*MockOVSBridgeClient) DeletePorts ¶
func (m *MockOVSBridgeClient) DeletePorts(arg0 []string) ovsconfig.Error
DeletePorts mocks base method
func (*MockOVSBridgeClient) EXPECT ¶
func (m *MockOVSBridgeClient) EXPECT() *MockOVSBridgeClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockOVSBridgeClient) GetBridgeName ¶
func (m *MockOVSBridgeClient) GetBridgeName() string
GetBridgeName mocks base method
func (*MockOVSBridgeClient) GetExternalIDs ¶
func (m *MockOVSBridgeClient) GetExternalIDs() (map[string]string, ovsconfig.Error)
GetExternalIDs mocks base method
func (*MockOVSBridgeClient) GetInterfaceOptions ¶
GetInterfaceOptions mocks base method
func (*MockOVSBridgeClient) GetOVSDatapathType ¶
func (m *MockOVSBridgeClient) GetOVSDatapathType() ovsconfig.OVSDatapathType
GetOVSDatapathType mocks base method
func (*MockOVSBridgeClient) GetOVSOtherConfig ¶
func (m *MockOVSBridgeClient) GetOVSOtherConfig() (map[string]string, ovsconfig.Error)
GetOVSOtherConfig mocks base method
func (*MockOVSBridgeClient) GetOVSVersion ¶
func (m *MockOVSBridgeClient) GetOVSVersion() (string, ovsconfig.Error)
GetOVSVersion mocks base method
func (*MockOVSBridgeClient) GetPortData ¶
func (m *MockOVSBridgeClient) GetPortData(arg0, arg1 string) (*ovsconfig.OVSPortData, ovsconfig.Error)
GetPortData mocks base method
func (*MockOVSBridgeClient) GetPortList ¶
func (m *MockOVSBridgeClient) GetPortList() ([]ovsconfig.OVSPortData, ovsconfig.Error)
GetPortList mocks base method
func (*MockOVSBridgeClient) IsHardwareOffloadEnabled ¶
func (m *MockOVSBridgeClient) IsHardwareOffloadEnabled() bool
IsHardwareOffloadEnabled mocks base method
func (*MockOVSBridgeClient) SetBridgeMcastSnooping ¶ added in v1.5.0
func (m *MockOVSBridgeClient) SetBridgeMcastSnooping(arg0 bool) ovsconfig.Error
SetBridgeMcastSnooping mocks base method
func (*MockOVSBridgeClient) SetDatapathID ¶
func (m *MockOVSBridgeClient) SetDatapathID(arg0 string) ovsconfig.Error
SetDatapathID mocks base method
func (*MockOVSBridgeClient) SetExternalIDs ¶
func (m *MockOVSBridgeClient) SetExternalIDs(arg0 map[string]interface{}) ovsconfig.Error
SetExternalIDs mocks base method
func (*MockOVSBridgeClient) SetInterfaceMTU ¶
func (m *MockOVSBridgeClient) SetInterfaceMTU(arg0 string, arg1 int) error
SetInterfaceMTU mocks base method
func (*MockOVSBridgeClient) SetInterfaceOptions ¶
func (m *MockOVSBridgeClient) SetInterfaceOptions(arg0 string, arg1 map[string]interface{}) ovsconfig.Error
SetInterfaceOptions mocks base method
func (*MockOVSBridgeClient) SetInterfaceType ¶ added in v1.5.0
func (m *MockOVSBridgeClient) SetInterfaceType(arg0, arg1 string) ovsconfig.Error
SetInterfaceType mocks base method
func (*MockOVSBridgeClient) SetPortExternalIDs ¶ added in v1.5.0
func (m *MockOVSBridgeClient) SetPortExternalIDs(arg0 string, arg1 map[string]interface{}) ovsconfig.Error
SetPortExternalIDs mocks base method
func (*MockOVSBridgeClient) UpdateOVSOtherConfig ¶ added in v1.7.0
func (m *MockOVSBridgeClient) UpdateOVSOtherConfig(arg0 map[string]interface{}) ovsconfig.Error
UpdateOVSOtherConfig mocks base method
type MockOVSBridgeClientMockRecorder ¶
type MockOVSBridgeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockOVSBridgeClientMockRecorder is the mock recorder for MockOVSBridgeClient
func (*MockOVSBridgeClientMockRecorder) AddBridgeOtherConfig ¶ added in v1.5.0
func (mr *MockOVSBridgeClientMockRecorder) AddBridgeOtherConfig(arg0 interface{}) *gomock.Call
AddBridgeOtherConfig indicates an expected call of AddBridgeOtherConfig
func (*MockOVSBridgeClientMockRecorder) AddOVSOtherConfig ¶
func (mr *MockOVSBridgeClientMockRecorder) AddOVSOtherConfig(arg0 interface{}) *gomock.Call
AddOVSOtherConfig indicates an expected call of AddOVSOtherConfig
func (*MockOVSBridgeClientMockRecorder) Create ¶
func (mr *MockOVSBridgeClientMockRecorder) Create() *gomock.Call
Create indicates an expected call of Create
func (*MockOVSBridgeClientMockRecorder) CreateAccessPort ¶ added in v1.6.0
func (mr *MockOVSBridgeClientMockRecorder) CreateAccessPort(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateAccessPort indicates an expected call of CreateAccessPort
func (*MockOVSBridgeClientMockRecorder) CreateInternalPort ¶
func (mr *MockOVSBridgeClientMockRecorder) CreateInternalPort(arg0, arg1, arg2 interface{}) *gomock.Call
CreateInternalPort indicates an expected call of CreateInternalPort
func (*MockOVSBridgeClientMockRecorder) CreatePort ¶
func (mr *MockOVSBridgeClientMockRecorder) CreatePort(arg0, arg1, arg2 interface{}) *gomock.Call
CreatePort indicates an expected call of CreatePort
func (*MockOVSBridgeClientMockRecorder) CreateTunnelPort ¶
func (mr *MockOVSBridgeClientMockRecorder) CreateTunnelPort(arg0, arg1, arg2 interface{}) *gomock.Call
CreateTunnelPort indicates an expected call of CreateTunnelPort
func (*MockOVSBridgeClientMockRecorder) CreateTunnelPortExt ¶
func (mr *MockOVSBridgeClientMockRecorder) CreateTunnelPortExt(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 interface{}) *gomock.Call
CreateTunnelPortExt indicates an expected call of CreateTunnelPortExt
func (*MockOVSBridgeClientMockRecorder) CreateUplinkPort ¶
func (mr *MockOVSBridgeClientMockRecorder) CreateUplinkPort(arg0, arg1, arg2 interface{}) *gomock.Call
CreateUplinkPort indicates an expected call of CreateUplinkPort
func (*MockOVSBridgeClientMockRecorder) Delete ¶
func (mr *MockOVSBridgeClientMockRecorder) Delete() *gomock.Call
Delete indicates an expected call of Delete
func (*MockOVSBridgeClientMockRecorder) DeleteOVSOtherConfig ¶
func (mr *MockOVSBridgeClientMockRecorder) DeleteOVSOtherConfig(arg0 interface{}) *gomock.Call
DeleteOVSOtherConfig indicates an expected call of DeleteOVSOtherConfig
func (*MockOVSBridgeClientMockRecorder) DeletePort ¶
func (mr *MockOVSBridgeClientMockRecorder) DeletePort(arg0 interface{}) *gomock.Call
DeletePort indicates an expected call of DeletePort
func (*MockOVSBridgeClientMockRecorder) DeletePorts ¶
func (mr *MockOVSBridgeClientMockRecorder) DeletePorts(arg0 interface{}) *gomock.Call
DeletePorts indicates an expected call of DeletePorts
func (*MockOVSBridgeClientMockRecorder) GetBridgeName ¶
func (mr *MockOVSBridgeClientMockRecorder) GetBridgeName() *gomock.Call
GetBridgeName indicates an expected call of GetBridgeName
func (*MockOVSBridgeClientMockRecorder) GetExternalIDs ¶
func (mr *MockOVSBridgeClientMockRecorder) GetExternalIDs() *gomock.Call
GetExternalIDs indicates an expected call of GetExternalIDs
func (*MockOVSBridgeClientMockRecorder) GetInterfaceOptions ¶
func (mr *MockOVSBridgeClientMockRecorder) GetInterfaceOptions(arg0 interface{}) *gomock.Call
GetInterfaceOptions indicates an expected call of GetInterfaceOptions
func (*MockOVSBridgeClientMockRecorder) GetOFPort ¶
func (mr *MockOVSBridgeClientMockRecorder) GetOFPort(arg0, arg1 interface{}) *gomock.Call
GetOFPort indicates an expected call of GetOFPort
func (*MockOVSBridgeClientMockRecorder) GetOVSDatapathType ¶
func (mr *MockOVSBridgeClientMockRecorder) GetOVSDatapathType() *gomock.Call
GetOVSDatapathType indicates an expected call of GetOVSDatapathType
func (*MockOVSBridgeClientMockRecorder) GetOVSOtherConfig ¶
func (mr *MockOVSBridgeClientMockRecorder) GetOVSOtherConfig() *gomock.Call
GetOVSOtherConfig indicates an expected call of GetOVSOtherConfig
func (*MockOVSBridgeClientMockRecorder) GetOVSVersion ¶
func (mr *MockOVSBridgeClientMockRecorder) GetOVSVersion() *gomock.Call
GetOVSVersion indicates an expected call of GetOVSVersion
func (*MockOVSBridgeClientMockRecorder) GetPortData ¶
func (mr *MockOVSBridgeClientMockRecorder) GetPortData(arg0, arg1 interface{}) *gomock.Call
GetPortData indicates an expected call of GetPortData
func (*MockOVSBridgeClientMockRecorder) GetPortList ¶
func (mr *MockOVSBridgeClientMockRecorder) GetPortList() *gomock.Call
GetPortList indicates an expected call of GetPortList
func (*MockOVSBridgeClientMockRecorder) IsHardwareOffloadEnabled ¶
func (mr *MockOVSBridgeClientMockRecorder) IsHardwareOffloadEnabled() *gomock.Call
IsHardwareOffloadEnabled indicates an expected call of IsHardwareOffloadEnabled
func (*MockOVSBridgeClientMockRecorder) SetBridgeMcastSnooping ¶ added in v1.5.0
func (mr *MockOVSBridgeClientMockRecorder) SetBridgeMcastSnooping(arg0 interface{}) *gomock.Call
SetBridgeMcastSnooping indicates an expected call of SetBridgeMcastSnooping
func (*MockOVSBridgeClientMockRecorder) SetDatapathID ¶
func (mr *MockOVSBridgeClientMockRecorder) SetDatapathID(arg0 interface{}) *gomock.Call
SetDatapathID indicates an expected call of SetDatapathID
func (*MockOVSBridgeClientMockRecorder) SetExternalIDs ¶
func (mr *MockOVSBridgeClientMockRecorder) SetExternalIDs(arg0 interface{}) *gomock.Call
SetExternalIDs indicates an expected call of SetExternalIDs
func (*MockOVSBridgeClientMockRecorder) SetInterfaceMTU ¶
func (mr *MockOVSBridgeClientMockRecorder) SetInterfaceMTU(arg0, arg1 interface{}) *gomock.Call
SetInterfaceMTU indicates an expected call of SetInterfaceMTU
func (*MockOVSBridgeClientMockRecorder) SetInterfaceOptions ¶
func (mr *MockOVSBridgeClientMockRecorder) SetInterfaceOptions(arg0, arg1 interface{}) *gomock.Call
SetInterfaceOptions indicates an expected call of SetInterfaceOptions
func (*MockOVSBridgeClientMockRecorder) SetInterfaceType ¶ added in v1.5.0
func (mr *MockOVSBridgeClientMockRecorder) SetInterfaceType(arg0, arg1 interface{}) *gomock.Call
SetInterfaceType indicates an expected call of SetInterfaceType
func (*MockOVSBridgeClientMockRecorder) SetPortExternalIDs ¶ added in v1.5.0
func (mr *MockOVSBridgeClientMockRecorder) SetPortExternalIDs(arg0, arg1 interface{}) *gomock.Call
SetPortExternalIDs indicates an expected call of SetPortExternalIDs
func (*MockOVSBridgeClientMockRecorder) UpdateOVSOtherConfig ¶ added in v1.7.0
func (mr *MockOVSBridgeClientMockRecorder) UpdateOVSOtherConfig(arg0 interface{}) *gomock.Call
UpdateOVSOtherConfig indicates an expected call of UpdateOVSOtherConfig