From 4d1467f9290af4d64d329bc103893eaadd00e02c Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Fri, 1 Apr 2022 15:15:26 +0200 Subject: [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 Change-Id: Ia734694e8ba9880f90888fed2182c753e11ed8c0 --- src/onaptests/configuration/cds_resource_resolution_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/onaptests/configuration/cds_resource_resolution_settings.py') 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" -- cgit 1.2.3-korg