aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration/settings.py
diff options
context:
space:
mode:
authorThierry Hardy <thierry.hardy@orange.com>2020-11-25 07:55:37 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-25 07:55:37 +0000
commita6fe8be6c1d1eb9e7293ed1c3bb63a76646fe22c (patch)
tree4f76527762fbb5306807c41ff79e0f238a3d7f75 /src/onaptests/configuration/settings.py
parent6950c1ff55e73e5dd0d6eebdae73810fca903484 (diff)
parentac7ed508cd0ae434ac9237196a42045c5e7d6e92 (diff)
Merge "CDS onboarding steps and simple CBA enrichment scenarion."
Diffstat (limited to 'src/onaptests/configuration/settings.py')
-rw-r--r--src/onaptests/configuration/settings.py3
1 files changed, 3 insertions, 0 deletions
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"