aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-05-18 18:03:27 +0000
committerGerrit Code Review <gerrit@onap.org>2023-05-18 18:03:27 +0000
commitdeb99c7b3c7caaf9704e6316f7eba062a54b04fc (patch)
tree28d08d0d83b71f9d89dfc7c38de69cfaece71692 /src/onaptests/configuration
parentf8a9dce09d2a7f6755a04dfc03d248c2dcb173e4 (diff)
parentbd23b8b477205413499bb5cc68dbc343747a4291 (diff)
Merge ""Configure ONAP Python tests to not expose services""
Diffstat (limited to 'src/onaptests/configuration')
-rw-r--r--src/onaptests/configuration/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py
index 7561ebc..74bc840 100644
--- a/src/onaptests/configuration/settings.py
+++ b/src/onaptests/configuration/settings.py
@@ -51,3 +51,4 @@ 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