Skip to content
Snippets Groups Projects
Commit 5df71b0b authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5238 Set serverurl in helm tests

parent bca95c1f
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,8 @@ tests: ...@@ -35,6 +35,8 @@ tests:
environment: test environment: test
bundesland: sh bundesland: sh
bezeichner: helm bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts: asserts:
- contains: - contains:
path: spec.template.spec.volumes path: spec.template.spec.volumes
...@@ -49,6 +51,8 @@ tests: ...@@ -49,6 +51,8 @@ tests:
environment: test environment: test
bundesland: sh bundesland: sh
bezeichner: helm bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts: asserts:
- contains: - contains:
path: spec.template.spec.containers[0].volumeMounts path: spec.template.spec.containers[0].volumeMounts
...@@ -63,6 +67,8 @@ tests: ...@@ -63,6 +67,8 @@ tests:
environment: test environment: test
bundesland: sh bundesland: sh
bezeichner: helm bezeichner: helm
sso:
serverUrl: https://sso.company.local
database.useExternal: false database.useExternal: false
asserts: asserts:
- contains: - contains:
...@@ -85,6 +91,8 @@ tests: ...@@ -85,6 +91,8 @@ tests:
environment: test environment: test
bundesland: sh bundesland: sh
bezeichner: helm bezeichner: helm
sso:
serverUrl: https://sso.company.local
database.useExternal: true database.useExternal: true
asserts: asserts:
- contains: - contains:
......
...@@ -63,6 +63,8 @@ tests: ...@@ -63,6 +63,8 @@ tests:
bezeichner: eins-zwei-drei bezeichner: eins-zwei-drei
environment: dev environment: dev
bundesland: sh bundesland: sh
sso:
serverUrl: https://sso.company.local
asserts: asserts:
- isKind: - isKind:
of: Deployment of: Deployment
......
...@@ -34,6 +34,8 @@ tests: ...@@ -34,6 +34,8 @@ tests:
environment: test environment: test
bundesland: sh bundesland: sh
bezeichner: helm bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts: asserts:
- contains: - contains:
path: spec.template.spec.imagePullSecrets path: spec.template.spec.imagePullSecrets
...@@ -45,6 +47,8 @@ tests: ...@@ -45,6 +47,8 @@ tests:
environment: test environment: test
bundesland: sh bundesland: sh
bezeichner: helm bezeichner: helm
sso:
serverUrl: https://sso.company.local
imagePullSecret: custom-image-pull-secret imagePullSecret: custom-image-pull-secret
asserts: asserts:
- contains: - contains:
......
...@@ -34,6 +34,8 @@ tests: ...@@ -34,6 +34,8 @@ tests:
environment: test environment: test
bundesland: sh bundesland: sh
bezeichner: helm bezeichner: helm
sso:
serverUrl: https://sso.company.local
resources: { "test": 1 } resources: { "test": 1 }
asserts: asserts:
- equal: - equal:
......
...@@ -35,6 +35,8 @@ tests: ...@@ -35,6 +35,8 @@ tests:
environment: test environment: test
bundesland: sh bundesland: sh
bezeichner: helm bezeichner: helm
sso:
serverUrl: https://sso.company.local
env.overrideSpringProfiles: oc,dev,ea env.overrideSpringProfiles: oc,dev,ea
asserts: asserts:
- isKind: - isKind:
...@@ -50,6 +52,8 @@ tests: ...@@ -50,6 +52,8 @@ tests:
environment: test environment: test
bundesland: sh bundesland: sh
bezeichner: helm bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts: asserts:
- isKind: - isKind:
of: Deployment of: Deployment
......
...@@ -36,6 +36,8 @@ tests: ...@@ -36,6 +36,8 @@ tests:
environment: test environment: test
bundesland: sh bundesland: sh
bezeichner: helm bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts: asserts:
- isKind: - isKind:
of: Deployment of: Deployment
...@@ -53,6 +55,8 @@ tests: ...@@ -53,6 +55,8 @@ tests:
environment: test environment: test
bundesland: sh bundesland: sh
bezeichner: helm bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts: asserts:
- equal: - equal:
path: spec.progressDeadlineSeconds path: spec.progressDeadlineSeconds
...@@ -86,6 +90,8 @@ tests: ...@@ -86,6 +90,8 @@ tests:
environment: test environment: test
bundesland: sh bundesland: sh
bezeichner: helm bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts: asserts:
- equal: - equal:
path: spec.template.metadata.labels["app.kubernetes.io/instance"] path: spec.template.metadata.labels["app.kubernetes.io/instance"]
...@@ -130,6 +136,8 @@ tests: ...@@ -130,6 +136,8 @@ tests:
environment: test environment: test
bundesland: sh bundesland: sh
bezeichner: helm bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts: asserts:
- equal: - equal:
path: spec.template.spec.containers[0].name path: spec.template.spec.containers[0].name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment