Documentation
¶
Overview ¶
Package e2e provides methods to test CAPHV provider integration e2e.
Index ¶
Constants ¶
View Source
const ( RedactLogScriptPath = "REDACT_LOG_SCRIPT" KubernetesVersion = "KUBERNETES_VERSION" HivelocityRegion = "HIVELOCITY_REGION" CiliumPath = "CILIUM" CiliumResources = "CILIUM_RESOURCES" CCMPath = "CCM" CCMResources = "CCM_RESOURCES" )
Test suite constants for e2e config variables.
Variables ¶
This section is empty.
Functions ¶
func CaphvClusterDeploymentSpec ¶
func CaphvClusterDeploymentSpec(ctx context.Context, inputGetter func() CaphvClusterDeploymentSpecInput)
CaphvClusterDeploymentSpec implements a test that verifies that MachineDeployment rolling updates are successful.
func HaveValidVersion ¶
func HaveValidVersion(version string) types.GomegaMatcher
HaveValidVersion succeeds if version is a valid semver version.
Types ¶
type CaphvClusterDeploymentSpecInput ¶
type CaphvClusterDeploymentSpecInput struct { E2EConfig *clusterctl.E2EConfig ClusterctlConfigPath string BootstrapClusterProxy framework.ClusterProxy ArtifactFolder string SkipCleanup bool Flavor string WorkerMachineCount int64 ControlPlaneMachineCount int64 }
CaphvClusterDeploymentSpecInput is the input for CaphvClusterDeploymentSpec.
Click to show internal directories.
Click to hide internal directories.