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/pnf_macro_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/onaptests/configuration/pnf_macro_settings.py') diff --git a/src/onaptests/configuration/pnf_macro_settings.py b/src/onaptests/configuration/pnf_macro_settings.py index 5f2b98c..a315525 100644 --- a/src/onaptests/configuration/pnf_macro_settings.py +++ b/src/onaptests/configuration/pnf_macro_settings.py @@ -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" -- cgit 1.2.3-korg