[TEST] Change of the k8sregion name 56/128256/3
authorLukasz Rajewski <lukasz.rajewski@orange.com>
Fri, 1 Apr 2022 13:15:26 +0000 (15:15 +0200)
committerLukasz Rajewski <lukasz.rajewski@orange.com>
Mon, 4 Apr 2022 19:53:10 +0000 (21:53 +0200)
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

src/onaptests/configuration/basic_cnf_macro_settings.py
src/onaptests/configuration/cds_resource_resolution_settings.py
src/onaptests/configuration/pnf_macro_settings.py

index 4433bf2..c124f2b 100644 (file)
@@ -8,7 +8,7 @@ import onaptests.utils.exceptions as onap_test_exceptions
 from .settings import *  # pylint: disable=W0614
 
 """ Specific basic_cnf_macro with multicloud-k8s and yaml config scenario."""
-SERVICE_DETAILS = ("Onboarding, distribution and instantiation of a Apache CNF" +
+SERVICE_DETAILS = ("Onboarding, distribution and instantiation of a Apache CNF " +
                    "using macro and native CNF path: cnf-adapter + K8sPlugin")
 SERVICE_COMPONENTS = "SDC, DMAAP, AAI, SO, SDNC, CDS, Multicloud K8S"
 
@@ -31,7 +31,7 @@ K8S_CONFIG = get_resource_location("templates/artifacts/config")
 VENDOR_NAME = "basiccnf_macro_vendor"
 
 CLOUD_REGION_CLOUD_OWNER = "basiccnf-cloud-owner"  # must not contain _
-CLOUD_REGION_ID = "k8sregion"
+CLOUD_REGION_ID = "k8sregion-cnf-macro"
 CLOUD_REGION_TYPE = "k8s"
 CLOUD_REGION_VERSION = "1.0"
 CLOUD_DOMAIN = "Default"
index b18d2ac..c9626dd 100644 (file)
@@ -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"
index 5f2b98c..a315525 100644 (file)
@@ -18,7 +18,7 @@ CDS_CBA_UNENRICHED = Path(get_resource_location("templates/artifacts/PNF_DEMO.zi
 CDS_CBA_ENRICHED = "/tmp/PNF_DEMO_enriched.zip"
 
 CLOUD_REGION_CLOUD_OWNER = "basicnf-owner" # must not contain _
-CLOUD_REGION_ID = "k8sregion"
+CLOUD_REGION_ID = "k8sregion-pnf-macro"
 CLOUD_REGION_TYPE = "k8s"
 CLOUD_REGION_VERSION = "1.0"
 CLOUD_OWNER_DEFINED_TYPE = "N/A"