aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2020-11-18 11:20:59 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2020-11-23 13:42:20 +0000
commitac7ed508cd0ae434ac9237196a42045c5e7d6e92 (patch)
tree081261c442c5934710317a0cc4f143cb9282aff0 /src/onaptests/configuration
parent1186e5a639393cb90c73dd9b1c7bcd503fb2af3b (diff)
CDS onboarding steps and simple CBA enrichment scenarion.
Steps for data dictionary upload and CBA enrichment Issue-ID: TEST-245 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: If7f3346c79ae97e35b21e919435270a0c54f77dd
Diffstat (limited to 'src/onaptests/configuration')
-rw-r--r--src/onaptests/configuration/cba_enrichment_settings.py11
-rw-r--r--src/onaptests/configuration/settings.py3
2 files changed, 14 insertions, 0 deletions
diff --git a/src/onaptests/configuration/cba_enrichment_settings.py b/src/onaptests/configuration/cba_enrichment_settings.py
new file mode 100644
index 0000000..0770d8d
--- /dev/null
+++ b/src/onaptests/configuration/cba_enrichment_settings.py
@@ -0,0 +1,11 @@
+from pathlib import Path
+
+from .settings import * # pylint: disable=W0614
+
+SERVICE_NAME = "CDS blueprint enrichment"
+
+CLEANUP_FLAG = True
+
+CDS_DD_FILE = Path(Path(__file__).parent.parent, "templates/artifacts/dd.json")
+CDS_CBA_UNENRICHED = Path(Path(__file__).parent.parent, "templates/artifacts/PNF_DEMO.zip")
+CDS_CBA_ENRICHED = "/tmp/PNF_DEMO_enriched.zip"
diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py
index d181b04..7a9d7c9 100644
--- a/src/onaptests/configuration/settings.py
+++ b/src/onaptests/configuration/settings.py
@@ -37,7 +37,10 @@ LOG_CONFIG = {
"handlers": ["console", "file"]
}
}
+CLEANUP_FLAG = False
REPORTING_FILE_PATH = "/tmp/reporting.html"
K8S_REGION_TYPE = "k8s"
+K8S_CONFIG = None # None means it will use default config (~/.kube/config)
+K8S_NAMESPACE = "onap" # Kubernetes namespace
# SOCK_HTTP = "socks5h://127.0.0.1:8080"