Documentation ¶
Index ¶
- func BFDHasStatus(frrPod *pod.Builder, bfdPeer string, status string) error
- func DeployPerformanceProfile(apiClient *clients.Settings, netConfig *netconfig.NetworkConfig, ...) error
- func DoesClusterHasEnoughNodes(apiClient *clients.Settings, netConfig *netconfig.NetworkConfig, ...) error
- func IsSriovDeployed(apiClient *clients.Settings, netConfig *netconfig.NetworkConfig) error
- func MapFirstKeyValue(inputMap map[string]string) (string, string)
- func WaitForMcpStable(apiClient *clients.Settings, waitingTime, stableDuration time.Duration, ...) error
- func WaitForSriovAndMCPStable(apiClient *clients.Settings, waitingTime, stableDuration time.Duration, ...) error
- func WaitForSriovStable(apiClient *clients.Settings, waitingTime time.Duration, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BFDHasStatus ¶
BFDHasStatus verifies that BFD session on a pod has given status.
func DeployPerformanceProfile ¶
func DeployPerformanceProfile( apiClient *clients.Settings, netConfig *netconfig.NetworkConfig, profileName string, isolatedCPU string, reservedCPU string, hugePages1GCount int32) error
DeployPerformanceProfile installs performanceProfile on cluster.
func DoesClusterHasEnoughNodes ¶
func DoesClusterHasEnoughNodes( apiClient *clients.Settings, netConfig *netconfig.NetworkConfig, requiredCPNodeNumber int, requiredWorkerNodeNumber int) error
DoesClusterHasEnoughNodes verifies if given cluster has enough nodes to run tests.
func IsSriovDeployed ¶
func IsSriovDeployed(apiClient *clients.Settings, netConfig *netconfig.NetworkConfig) error
IsSriovDeployed verifies that the sriov operator is deployed.
func MapFirstKeyValue ¶
MapFirstKeyValue returns the first key-value pair found in the input map. If the input map is empty, it returns empty strings.
func WaitForMcpStable ¶
func WaitForMcpStable(apiClient *clients.Settings, waitingTime, stableDuration time.Duration, mcpName string) error
WaitForMcpStable waits for the stability of the MCP with the given name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.