Documentation ¶
Overview ¶
Package testing is a generated GoMock package.
Index ¶
- type MockOVSCtlClient
- func (m *MockOVSCtlClient) DumpFlows(arg0 ...string) ([]string, error)
- func (m *MockOVSCtlClient) DumpGroups(arg0 ...string) ([][]string, error)
- func (m *MockOVSCtlClient) DumpMatchedFlow(arg0 string) (string, error)
- func (m *MockOVSCtlClient) DumpTableFlows(arg0 byte) ([]string, error)
- func (m *MockOVSCtlClient) EXPECT() *MockOVSCtlClientMockRecorder
- func (m *MockOVSCtlClient) RunOfctlCmd(arg0 string, arg1 ...string) ([]byte, error)
- func (m *MockOVSCtlClient) Trace(arg0 *ovsctl.TracingRequest) (string, error)
- type MockOVSCtlClientMockRecorder
- func (mr *MockOVSCtlClientMockRecorder) DumpFlows(arg0 ...interface{}) *gomock.Call
- func (mr *MockOVSCtlClientMockRecorder) DumpGroups(arg0 ...interface{}) *gomock.Call
- func (mr *MockOVSCtlClientMockRecorder) DumpMatchedFlow(arg0 interface{}) *gomock.Call
- func (mr *MockOVSCtlClientMockRecorder) DumpTableFlows(arg0 interface{}) *gomock.Call
- func (mr *MockOVSCtlClientMockRecorder) RunOfctlCmd(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockOVSCtlClientMockRecorder) Trace(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockOVSCtlClient ¶
type MockOVSCtlClient struct {
// contains filtered or unexported fields
}
MockOVSCtlClient is a mock of OVSCtlClient interface
func NewMockOVSCtlClient ¶
func NewMockOVSCtlClient(ctrl *gomock.Controller) *MockOVSCtlClient
NewMockOVSCtlClient creates a new mock instance
func (*MockOVSCtlClient) DumpFlows ¶
func (m *MockOVSCtlClient) DumpFlows(arg0 ...string) ([]string, error)
DumpFlows mocks base method
func (*MockOVSCtlClient) DumpGroups ¶
func (m *MockOVSCtlClient) DumpGroups(arg0 ...string) ([][]string, error)
DumpGroups mocks base method
func (*MockOVSCtlClient) DumpMatchedFlow ¶
func (m *MockOVSCtlClient) DumpMatchedFlow(arg0 string) (string, error)
DumpMatchedFlow mocks base method
func (*MockOVSCtlClient) DumpTableFlows ¶
func (m *MockOVSCtlClient) DumpTableFlows(arg0 byte) ([]string, error)
DumpTableFlows mocks base method
func (*MockOVSCtlClient) EXPECT ¶
func (m *MockOVSCtlClient) EXPECT() *MockOVSCtlClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockOVSCtlClient) RunOfctlCmd ¶
func (m *MockOVSCtlClient) RunOfctlCmd(arg0 string, arg1 ...string) ([]byte, error)
RunOfctlCmd mocks base method
func (*MockOVSCtlClient) Trace ¶
func (m *MockOVSCtlClient) Trace(arg0 *ovsctl.TracingRequest) (string, error)
Trace mocks base method
type MockOVSCtlClientMockRecorder ¶
type MockOVSCtlClientMockRecorder struct {
// contains filtered or unexported fields
}
MockOVSCtlClientMockRecorder is the mock recorder for MockOVSCtlClient
func (*MockOVSCtlClientMockRecorder) DumpFlows ¶
func (mr *MockOVSCtlClientMockRecorder) DumpFlows(arg0 ...interface{}) *gomock.Call
DumpFlows indicates an expected call of DumpFlows
func (*MockOVSCtlClientMockRecorder) DumpGroups ¶
func (mr *MockOVSCtlClientMockRecorder) DumpGroups(arg0 ...interface{}) *gomock.Call
DumpGroups indicates an expected call of DumpGroups
func (*MockOVSCtlClientMockRecorder) DumpMatchedFlow ¶
func (mr *MockOVSCtlClientMockRecorder) DumpMatchedFlow(arg0 interface{}) *gomock.Call
DumpMatchedFlow indicates an expected call of DumpMatchedFlow
func (*MockOVSCtlClientMockRecorder) DumpTableFlows ¶
func (mr *MockOVSCtlClientMockRecorder) DumpTableFlows(arg0 interface{}) *gomock.Call
DumpTableFlows indicates an expected call of DumpTableFlows
func (*MockOVSCtlClientMockRecorder) RunOfctlCmd ¶
func (mr *MockOVSCtlClientMockRecorder) RunOfctlCmd(arg0 interface{}, arg1 ...interface{}) *gomock.Call
RunOfctlCmd indicates an expected call of RunOfctlCmd
func (*MockOVSCtlClientMockRecorder) Trace ¶
func (mr *MockOVSCtlClientMockRecorder) Trace(arg0 interface{}) *gomock.Call
Trace indicates an expected call of Trace