mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-03 12:26:03 +02:00
Most of the flaky failure due to the fact that not all pods are ready yet. We currently check the readiness by get all deployments and heuristic parsing the output. So let wait for another 10 seconds before running tests. |
||
---|---|---|
.. | ||
backends | ||
internal | ||
manifests | ||
authorization_test.go | ||
control_plane_test.go | ||
main_test.go | ||
policy_test.go | ||
README.md |
Integration Tests
These tests are full end-to-end integration tests using Pomerium in a kubernetes cluster.
Usage
The following applications are needed:
kubectl
: to apply the manifests to kubernetesmkcert
: to generate a root CA and wildcard certificates
The test suite will apply the manifests to your current Kubernetes context before running the tests.