Update resource-resolution.zip to fix test case 12/143312/2
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Fri, 13 Feb 2026 15:37:52 +0000 (16:37 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Fri, 13 Feb 2026 15:43:18 +0000 (16:43 +0100)
Issue-ID: INT-2351
Change-Id: Id00a3ce3aae6e9eb80f027c8e5c60565534ab9ba
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
src/onaptests/configuration/basic_cnf_macro_settings.py
src/onaptests/templates/artifacts/cds-resource-resolution/resource-resolution.zip

index 7c935a6..a725b17 100644 (file)
@@ -1,3 +1,4 @@
+"""CNF macro test settings."""
 import os
 from pathlib import Path
 from uuid import uuid4
@@ -11,7 +12,7 @@ from .settings import *  # noqa
 
 # Specific basic_cnf_macro with multicloud-k8s and yaml config scenario.
 SERVICE_DETAILS = ("Onboarding, distribution and instantiation of a Apache CNF " +
-                   "using macro and native CNF path: cnf-adapter + K8sPlugin" )
+                   "using macro and native CNF path: cnf-adapter + K8sPlugin")
 
 CLEANUP_FLAG = True
 
@@ -91,7 +92,7 @@ VNF_CR_NAME = 'cr-test-vnf'
 VF_CR_NAME = 'cr-test-vf-lp-2'
 MAX_RETRIES_OF_CR_CREATION = 20
 WAIT_FOR_CR = 10
-IN_CLUSTER = True
+IN_CLUSTER = False
 CLEANUP_FLAG = True
 K8S_ADDITIONAL_RESOURCES_NAMESPACE = "onap"
 VNF_MODULE_NAME = 'sim_cucp_vnf 0'
index 7ae504e..733273d 100644 (file)
Binary files a/src/onaptests/templates/artifacts/cds-resource-resolution/resource-resolution.zip and b/src/onaptests/templates/artifacts/cds-resource-resolution/resource-resolution.zip differ