From 33b2b348ec495346e946cde6bb9edd2372b47eb4 Mon Sep 17 00:00:00 2001 From: "pawel.denst" Date: Tue, 9 May 2023 12:44:23 +0000 Subject: Configure ONAP Python tests to not expose services Changed name of setting value Issue-ID: INT-2234 Signed-off-by: pawel.denst Change-Id: I7c66789753f54e76217f16f9b9bc4ac5b89bd7e7 --- src/onaptests/configuration/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/onaptests/configuration') 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 -- cgit 1.2.3-korg