diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2020-11-18 11:20:59 +0000 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-12-04 07:53:29 +0000 |
commit | 0d1b490d0eb95948354a18bfced173f4f0a5c516 (patch) | |
tree | c31aad33ab61c6d19e9a98ce3ddaee659de967be /src/onaptests/configuration/settings.py | |
parent | 18fc0fe4de8fefc9ca5ed97abb3a7249bf12a07f (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
(cherry picked from commit ac7ed508cd0ae434ac9237196a42045c5e7d6e92)
Diffstat (limited to 'src/onaptests/configuration/settings.py')
-rw-r--r-- | src/onaptests/configuration/settings.py | 3 |
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" |