From 3229032969a25304e3428a16cc416177aa73e046 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Mon, 5 Feb 2024 22:33:29 +0100 Subject: Enable SDNC DB connection check and healtcheck Use also SDNC check before SO instantiate calls Issue-ID: TEST-395 Signed-off-by: Lukasz Rajewski Change-Id: I7c9d3fd4136cc620b931b89275b4021bd93171ba --- src/onaptests/configuration/settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/onaptests/configuration/settings.py') 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, -- cgit 1.2.3-korg