diff options
author | Chereau Natacha <natacha.chereau@orange.com> | 2021-01-13 10:54:46 +0100 |
---|---|---|
committer | Chereau Natacha <natacha.chereau@orange.com> | 2021-01-15 11:01:19 +0100 |
commit | ff24de49ef658ffe0aa13d494e8201bd181bce2c (patch) | |
tree | b4425e2240fd1cd1e760053f49fc161f71208595 /src/onaptests/configuration/settings.py | |
parent | d089e89005df1b4b3b6238a2937e23791c07d9ae (diff) |
[PythonSDK-tests] Add basic_onboard testcase
Issue-ID: TEST-288
Signed-off-by: Chereau Natacha <natacha.chereau@orange.com>
Change-Id: Ide7267428b5ca694dc3ca44a4c81730233610b78
Diffstat (limited to 'src/onaptests/configuration/settings.py')
-rw-r--r-- | src/onaptests/configuration/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py index a2a4b4a..ba4e163 100644 --- a/src/onaptests/configuration/settings.py +++ b/src/onaptests/configuration/settings.py @@ -43,4 +43,4 @@ 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:8083" +#SOCK_HTTP = "socks5h://127.0.0.1:8091" |