Issue-ID: INT-2351
Change-Id: Id00a3ce3aae6e9eb80f027c8e5c60565534ab9ba
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
+"""CNF macro test settings."""
import os
from pathlib import Path
from uuid import uuid4
# 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
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'