aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration/settings.py
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-07-18 06:39:55 +0000
committerGerrit Code Review <gerrit@onap.org>2023-07-18 06:39:55 +0000
commit38bf8bc7d385f1ee984df857f1d9231ce15cbbb5 (patch)
tree2e95385b0a21a7af15246f7d6bc61f103facb340 /src/onaptests/configuration/settings.py
parent7d0468d3c4590fcb9d80dea83f8550dab39b35ae (diff)
parent939f1933c8635a18de428c696c97cc5d8600abff (diff)
Merge "Add pylama into checks"
Diffstat (limited to 'src/onaptests/configuration/settings.py')
-rw-r--r--src/onaptests/configuration/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py
index 83ae792..e27c382 100644
--- a/src/onaptests/configuration/settings.py
+++ b/src/onaptests/configuration/settings.py
@@ -48,10 +48,10 @@ TILLER_HOST = "localhost"
K8S_CONFIG = None # None means it will use default config (~/.kube/config)
K8S_ONAP_NAMESPACE = "onap" # ONAP Kubernetes namespace
K8S_ADDITIONAL_RESOURCES_NAMESPACE = K8S_ONAP_NAMESPACE # Resources created on tests namespace
-#SOCK_HTTP = "socks5h://127.0.0.1:8091"
+# SOCK_HTTP = "socks5h://127.0.0.1:8091"
ORCHESTRATION_REQUEST_TIMEOUT = 60.0 * 15 # 15 minutes in seconds
SERVICE_DISTRIBUTION_NUMBER_OF_TRIES = 30
SERVICE_DISTRIBUTION_SLEEP_TIME = 60
EXPOSE_SERVICES_NODE_PORTS = True
-IN_CLUSTER = False \ No newline at end of file
+IN_CLUSTER = False