forked from jaegertracing/jaeger-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kuttl-test.yaml
22 lines (21 loc) · 925 Bytes
/
kuttl-test.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
apiVersion: kuttl.dev/v1beta1
kind: TestSuite
startKIND: true
crdDir: ./tests/_build/crds/
artifactsDir: ./tests/_build/artifacts/
kindContainers:
- local/jaeger-operator:e2e
- local/asserts:e2e
- jaegertracing/vertx-create-span:operator-e2e-tests
commands:
- command: kubectl create namespace jaeger-operator-system
- command: kubectl apply -f ./tests/_build/manifests/01-jaeger-operator.yaml -n jaeger-operator-system
- command: kubectl wait --timeout=5m --for=condition=available deployment jaeger-operator -n jaeger-operator-system
- command: kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml
- command: kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=150s
- command: sleep 5s
kindConfig: ./kind.yaml
testDirs:
- ./tests/e2e/
timeout: 330
parallel: 1