summaryrefslogtreecommitdiffstats
path: root/k8s/tests/test_k8sclient_deploy.py
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2021-03-29 11:50:57 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2021-04-09 13:08:42 +0200
commit495e8f8283bd6dfb7b4d4f822b06291a7cf04205 (patch)
tree7e6e5ea2b7e7e8d060ea5a4c10389776355bbe4f /k8s/tests/test_k8sclient_deploy.py
parente5f88ea35d88fc4c956d3a7356bc751a0bb11f2d (diff)
Add configuration of external tls init container - CMPv2
- Add configuration of certificates exists in secret - Add configuration of secret contains passwords Issue-ID: OOM-2712 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I4e0d6fb3717fdf19b5110a83d9273fd7bcf75757
Diffstat (limited to 'k8s/tests/test_k8sclient_deploy.py')
-rw-r--r--k8s/tests/test_k8sclient_deploy.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/k8s/tests/test_k8sclient_deploy.py b/k8s/tests/test_k8sclient_deploy.py
index cd00f37..94957a6 100644
--- a/k8s/tests/test_k8sclient_deploy.py
+++ b/k8s/tests/test_k8sclient_deploy.py
@@ -50,8 +50,13 @@ K8S_CONFIGURATION = {
"state": "California",
"organizational_unit": "ONAP",
"location": "San-Francisco",
- "keystore_password": "secret1",
- "truststore_password": "secret2"
+ "cert_secret_name": "oom-cert-service-client-tls-secret",
+ "keystore_secret_key" : "keystore.jks",
+ "truststore_secret_key" : "truststore.jks",
+ "keystore_password_secret_name": "oom-cert-service-client-tls-secret-password",
+ "truststore_password_secret_name": "oom-cert-service-client-tls-secret-password",
+ "keystore_password_secret_key" : "password",
+ "truststore_password_secret_key" : "password"
},
"cert_post_processor": {
"image_tag": "repo/oom-cert-post-processor:2.1.0"