Versions in this module Expand all Collapse all v1 v1.1.1 Aug 18, 2020 Changes in this version + const AddUEMacFlowCommand + const DeleteUEMacFlowCommand + const UpdateIPFIXFlowCommand + func AssertIDeleteMacFlow(t *testing.T, pipelined *MockPipelined) + func AssertIPIXFlowUpdate(t *testing.T, pipelined *MockPipelined) + func AssertMacFlowInstall(t *testing.T, pipelined *MockPipelined) + func AssertReceivedApMacAndAddress(t *testing.T, pipelined *MockPipelined, expectedApMac string, ...) + type Action struct + Err error + ExecutedCommand int + Request *protos.UEMacFlowRequest + Response *protos.FlowResponse + type MockPipelined struct + Actions []*Action + func NewRunningPipelined(t *testing.T) *MockPipelined + func (c *MockPipelined) AddUEMacFlow(ctx context.Context, req *protos.UEMacFlowRequest) (*protos.FlowResponse, error) + func (c *MockPipelined) ClearActions() + func (c *MockPipelined) DeleteUEMacFlow(ctx context.Context, req *protos.UEMacFlowRequest) (*protos.FlowResponse, error) + func (c *MockPipelined) GetLastAction() (*Action, error) + func (c *MockPipelined) UpdateIPFIXFlow(ctx context.Context, req *protos.UEMacFlowRequest) (*protos.FlowResponse, error) Other modules containing this package github.com/go-magma/magma