Documentation ¶
Index ¶
- func CheckFlowExists(t *testing.T, ovsCtlClient ovsctl.OVSCtlClient, tableName string, ...) []string
- func CheckGroupExists(t *testing.T, ovsCtlClient ovsctl.OVSCtlClient, groupID binding.GroupIDType, ...)
- func DeleteOVSBridge(brName string) error
- func OfCtlDumpGroups(ovsCtlClient ovsctl.OVSCtlClient) ([][]string, error)
- func OfctlDeleteFlows(ovsCtlClient ovsctl.OVSCtlClient) error
- func OfctlDumpFlows(ovsCtlClient ovsctl.OVSCtlClient, args ...string) ([]string, error)
- func OfctlDumpTableFlows(ovsCtlClient ovsctl.OVSCtlClient, table string) ([]string, error)
- func OfctlDumpTableFlowsWithoutName(ovsCtlClient ovsctl.OVSCtlClient, table uint8) ([]string, error)
- func OfctlFlowMatch(flowList []string, tableName string, flow *ExpectFlow) bool
- func PrepareOVSBridge(brName string) error
- type ExpectFlow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckFlowExists ¶
func CheckFlowExists(t *testing.T, ovsCtlClient ovsctl.OVSCtlClient, tableName string, tableID uint8, expectFound bool, flows []*ExpectFlow) []string
func CheckGroupExists ¶
func CheckGroupExists(t *testing.T, ovsCtlClient ovsctl.OVSCtlClient, groupID binding.GroupIDType, groupType string, buckets []string, expectFound bool)
func DeleteOVSBridge ¶
func OfCtlDumpGroups ¶
func OfCtlDumpGroups(ovsCtlClient ovsctl.OVSCtlClient) ([][]string, error)
func OfctlDeleteFlows ¶
func OfctlDeleteFlows(ovsCtlClient ovsctl.OVSCtlClient) error
func OfctlDumpFlows ¶
func OfctlDumpFlows(ovsCtlClient ovsctl.OVSCtlClient, args ...string) ([]string, error)
func OfctlDumpTableFlows ¶
func OfctlDumpTableFlows(ovsCtlClient ovsctl.OVSCtlClient, table string) ([]string, error)
func OfctlDumpTableFlowsWithoutName ¶ added in v1.5.0
func OfctlDumpTableFlowsWithoutName(ovsCtlClient ovsctl.OVSCtlClient, table uint8) ([]string, error)
func OfctlFlowMatch ¶
func OfctlFlowMatch(flowList []string, tableName string, flow *ExpectFlow) bool
func PrepareOVSBridge ¶
Types ¶
type ExpectFlow ¶
Click to show internal directories.
Click to hide internal directories.