aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-02-05 22:33:29 +0100
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-02-06 14:08:03 +0100
commit3229032969a25304e3428a16cc416177aa73e046 (patch)
tree30b6e2e40dffc323b9b536057aee173b9b3b66b2 /src/onaptests/configuration
parent4832b29e839bc3cb0ed6adc7e595b0e9a4b5123c (diff)
Enable SDNC DB connection check and healtcheck
Use also SDNC check before SO instantiate calls Issue-ID: TEST-395 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I7c9d3fd4136cc620b931b89275b4021bd93171ba
Diffstat (limited to 'src/onaptests/configuration')
-rw-r--r--src/onaptests/configuration/settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py
index 5feffac..ec4bd84 100644
--- a/src/onaptests/configuration/settings.py
+++ b/src/onaptests/configuration/settings.py
@@ -63,6 +63,9 @@ CDS_NODE_PORT = 30449
IN_CLUSTER = False
VES_BASIC_AUTH = {'username': 'sample1', 'password': 'sample1'}
IF_VALIDATION = False
+SDNC_SECRET_NAME = "onap-sdnc-db-secret"
+SDNC_DB_PRIMARY_HOST = "sdnc-db.onap.svc.cluster.local"
+SDNC_DB_PORT = 3306
# We need to create a service file with a random service name,