k8sTest

package
v1.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2020 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Overview

Copyright 2017-2019 Authors of Cilium

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

View Source
var (
	DemoDaemonSet = helpers.Manifest{
		Filename:        "demo_ds.yaml",
		Alternate:       "demo_ds_local.yaml",
		DaemonSetNames:  []string{"testds", "testclient"},
		DeploymentNames: []string{"test-k8s2"},
		NumPods:         1,
		Singleton:       true,
	}

	NetperfPods = helpers.Manifest{
		Filename:      "netperf-deployment.yaml",
		NumPods:       2,
		LabelSelector: "zgroup=testapp",
	}

	HttpServer = helpers.Manifest{
		Filename:      "http-deployment.yaml",
		NumPods:       2,
		LabelSelector: "zgroup=http-server",
	}

	HttpClients = helpers.Manifest{
		Filename:      "http-clients.yaml",
		NumPods:       2,
		LabelSelector: "zgroup=http-clients",
	}

	IPSecSecret = helpers.Manifest{
		Filename: "ipsec_secret.yaml",
	}

	StatelessEtcd = helpers.Manifest{
		Filename:      "etcd-deployment.yaml",
		NumPods:       1,
		LabelSelector: "name=stateless-etcd",
	}
)

Functions

func DeployCiliumAndDNS added in v1.6.0

func DeployCiliumAndDNS(vm *helpers.Kubectl, ciliumFilename string)

DeployCiliumAndDNS deploys DNS and cilium into the kubernetes cluster

func DeployCiliumOptionsAndDNS added in v1.6.0

func DeployCiliumOptionsAndDNS(vm *helpers.Kubectl, ciliumFilename string, options map[string]string)

DeployCiliumOptionsAndDNS deploys DNS and cilium with options into the kubernetes cluster

func ExpectAllPodsInNsTerminated added in v1.8.0

func ExpectAllPodsInNsTerminated(vm *helpers.Kubectl, ns string)

ExpectAllPodsInNsTerminated is a wrapper around helpers/WaitCleanAllTerminatingPods. It asserts that the error returned by that function is nil.

func ExpectAllPodsTerminated

func ExpectAllPodsTerminated(vm *helpers.Kubectl)

ExpectAllPodsTerminated is a wrapper around helpers/WaitCleanAllTerminatingPods. It asserts that the error returned by that function is nil.

func ExpectCiliumOperatorReady

func ExpectCiliumOperatorReady(vm *helpers.Kubectl)

ExpectCiliumOperatorReady is a wrapper around helpers/WaitForPods. It asserts that the error returned by that function is nil.

func ExpectCiliumPreFlightInstallReady

func ExpectCiliumPreFlightInstallReady(vm *helpers.Kubectl)

ExpectCiliumPreFlightInstallReady is a wrapper around helpers/WaitForNPods. It asserts the error returned by that function is nil.

func ExpectCiliumReady

func ExpectCiliumReady(vm *helpers.Kubectl)

ExpectCiliumReady is a wrapper around helpers/WaitForPods. It asserts that the error returned by that function is nil.

func ExpectHubbleCLIReady added in v1.8.0

func ExpectHubbleCLIReady(vm *helpers.Kubectl, ns string)

ExpectHubbleCLIReady is a wrapper around helpers/WaitForPods. It asserts that the error returned by that function is nil.

func ExpectHubbleRelayReady added in v1.8.0

func ExpectHubbleRelayReady(vm *helpers.Kubectl, ns string)

ExpectHubbleRelayReady is a wrapper around helpers/WaitForPods. It asserts that the error returned by that function is nil.

func ExpectKubeDNSReady

func ExpectKubeDNSReady(vm *helpers.Kubectl)

ExpectKubeDNSReady is a wrapper around helpers/WaitKubeDNS. It asserts that the error returned by that function is nil.

func InstallAndValidateCiliumUpgrades

func InstallAndValidateCiliumUpgrades(kubectl *helpers.Kubectl, oldHelmChartVersion, oldImageVersion, newHelmChartVersion, newImageVersion string) (func(), func())

InstallAndValidateCiliumUpgrades installs and tests if the oldVersion can be upgrade to the newVersion and if the newVersion can be downgraded to the oldVersion. It returns two callbacks, the first one is the assertfunction that need to run, and the second one are the cleanup actions

func RedeployCilium added in v1.7.3

func RedeployCilium(vm *helpers.Kubectl, ciliumFilename string, options map[string]string)

RedeployCilium reinstantiates the Cilium DS and ensures it is running.

This helper is only appropriate for reconfiguring Cilium in the middle of an existing testsuite that calls DeployCiliumAndDNS(...).

func SkipIfBenchmark added in v1.7.0

func SkipIfBenchmark()

SkipIfBenchmark will skip the test if benchmark is not specified

func SkipIfIntegration added in v1.7.0

func SkipIfIntegration(integration string)

SkipIfIntegration will skip a test if it's running with any of the specified integration.

func SkipItIfNoKubeProxy added in v1.7.0

func SkipItIfNoKubeProxy()

SkipItIfNoKubeProxy will skip It if kube-proxy is disabled (= NodePort BPF is enabled)

Types

This section is empty.

Directories

Path Synopsis
manifests

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL