From ff24de49ef658ffe0aa13d494e8201bd181bce2c Mon Sep 17 00:00:00 2001 From: Chereau Natacha Date: Wed, 13 Jan 2021 10:54:46 +0100 Subject: [PythonSDK-tests] Add basic_onboard testcase Issue-ID: TEST-288 Signed-off-by: Chereau Natacha Change-Id: Ide7267428b5ca694dc3ca44a4c81730233610b78 --- src/onaptests/configuration/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/onaptests/configuration/settings.py') 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" -- cgit 1.2.3-korg