Documentation ¶
Overview ¶
package common contains common functions and values that are used across multiple e2e tests.
Index ¶
Constants ¶
View Source
const ( RetinaPort int = 10093 // netObsRGtag is used to tag resources created by this test suite NetObsRGtag = "-e2e-netobs-" KubeSystemNamespace = "kube-system" TestPodNamespace = "kube-system-test" AzureAppInsightsKeyEnv = "AZURE_APP_INSIGHTS_KEY" )
Variables ¶
View Source
var ( AzureLocations = []string{"eastus2", "northeurope", "uksouth", "centralindia", "westus2"} Architectures = []string{"amd64", "arm64"} CreateInfra = flag.Bool("create-infra", true, "create a Resource group, vNET and AKS cluster for testing") DeleteInfra = flag.Bool("delete-infra", true, "delete a Resource group, vNET and AKS cluster for testing") )
Functions ¶
func ClusterNameForE2ETest ¶ added in v0.0.19
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.