aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration/cds_resource_resolution_settings.py
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2022-04-01 15:15:26 +0200
committerLukasz Rajewski <lukasz.rajewski@orange.com>2022-04-04 21:53:10 +0200
commit4d1467f9290af4d64d329bc103893eaadd00e02c (patch)
treef84eec1786534b3e6fb0187995e1854aafc16313 /src/onaptests/configuration/cds_resource_resolution_settings.py
parent0846b669dd2bc9781743e40e11e33b8e164bfd51 (diff)
[TEST] Change of the k8sregion name
Change of the k8sregion name to avoid overlap between two different tests Issue-ID: TEST-384 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Ia734694e8ba9880f90888fed2182c753e11ed8c0
Diffstat (limited to 'src/onaptests/configuration/cds_resource_resolution_settings.py')
-rw-r--r--src/onaptests/configuration/cds_resource_resolution_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onaptests/configuration/cds_resource_resolution_settings.py b/src/onaptests/configuration/cds_resource_resolution_settings.py
index b18d2ac..c9626dd 100644
--- a/src/onaptests/configuration/cds_resource_resolution_settings.py
+++ b/src/onaptests/configuration/cds_resource_resolution_settings.py
@@ -7,7 +7,7 @@ from .settings import * # pylint: disable=W0614
CLEANUP_FLAG = True
SERVICE_NAME = "CDS resource resolution"
CLOUD_REGION_CLOUD_OWNER = "basicnf-owner" # must not contain _
-CLOUD_REGION_ID = "k8sregion"
+CLOUD_REGION_ID = "k8sregion-cds"
CLOUD_REGION_TYPE = "k8s"
CLOUD_REGION_VERSION = "1.0"
CLOUD_OWNER_DEFINED_TYPE = "N/A"