aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-06-16 06:45:35 +0000
committerGerrit Code Review <gerrit@onap.org>2023-06-16 06:45:35 +0000
commit27ddbbeebee8dd18b266ade15d075d88b5c50c7e (patch)
treea17fc253039de83cc676c93607a3562f012471ac /src/onaptests/configuration
parent055027ba9410ae5a855587939e8fb86e7a8ea6b2 (diff)
parentedfdf4f8beb8de3dd763fe744655067d03923d8e (diff)
Merge "Modify Python ONAP SDK tests to not require kubeconfig"
Diffstat (limited to 'src/onaptests/configuration')
-rw-r--r--src/onaptests/configuration/settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py
index 436e82c..83ae792 100644
--- a/src/onaptests/configuration/settings.py
+++ b/src/onaptests/configuration/settings.py
@@ -53,4 +53,5 @@ K8S_ADDITIONAL_RESOURCES_NAMESPACE = K8S_ONAP_NAMESPACE # Resources created on
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 \ No newline at end of file
+EXPOSE_SERVICES_NODE_PORTS = True
+IN_CLUSTER = False \ No newline at end of file