forked from mystiq/dex
Remove instructions for kubernetes tests from docs
This commit is contained in:
parent
e0c58d5449
commit
3fb85ab009
1 changed files with 0 additions and 16 deletions
|
@ -1,21 +1,5 @@
|
||||||
# Running integration tests
|
# Running integration tests
|
||||||
|
|
||||||
## Kubernetes
|
|
||||||
|
|
||||||
Kubernetes tests run against a Kubernetes API server, and are enabled by the `DEX_KUBECONFIG` environment variable:
|
|
||||||
|
|
||||||
```
|
|
||||||
$ export DEX_KUBECONFIG=~/.kube/config
|
|
||||||
$ go test -v -i ./storage/kubernetes
|
|
||||||
$ go test -v ./storage/kubernetes
|
|
||||||
```
|
|
||||||
|
|
||||||
These tests can be executed locally using docker by running the following script:
|
|
||||||
|
|
||||||
```
|
|
||||||
$ ./scripts/test-k8s.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
## Postgres
|
## Postgres
|
||||||
|
|
||||||
Running database tests locally requires:
|
Running database tests locally requires:
|
||||||
|
|
Loading…
Reference in a new issue