integration/

directory
v1.18.0 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2021 License: Apache-2.0

README

Integration tests

Here we have a basic integration test for the happy path.

Requirements

You need these tools installed locally:

Running the tests

Create the kind cluster and use apptestctl to bootstrap GiantSwarm's App platform.

kind delete cluster --name kind-admission-test && kind create cluster --name kind-admission-test && apptestctl bootstrap --kubeconfig="$(kind get kubeconfig --name kind-admission-test)"

You can now run the tests.

E2E_KUBECONFIG=~/.kube/config CIRCLE_SHA1=$(git rev-parse HEAD) AZURE_CLIENTID="${AZURE_CLIENTID}" AZURE_CLIENTSECRET="${AZURE_CLIENTSECRET}" AZURE_TENANTID="${AZURE_TENANTID}" AZURE_SUBSCRIPTIONID="${AZURE_SUBSCRIPTIONID}" go test -tags=k8srequired ./integration/test/... -count=1

You can run the tests several times, but the apps won't be re-deployed. This is useful when editing the CR yaml files. If you need to re-deploy an app, remove it with Helm or start over re-creating the kind cluster from scratch.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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